@steedos/standard-ui 2.5.13-beta.17 → 2.5.13-beta.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -149,7 +149,7 @@
149
149
  }
150
150
 
151
151
  if(ROOT_URL){
152
- loadJs(`${ROOT_URL}/jquery.cordova.js`)
152
+ loadJs(`${ROOT_URL}/cordova.i18n.js`)
153
153
  }
154
154
 
155
155
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.13-beta.17",
3
+ "version": "2.5.13-beta.20",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "91e9ff942f985295bb2bc3cf3e81616a48d1919a"
15
+ "gitHead": "339046228f614610ef5dfb84a9ba54a394c545d9"
16
16
  }
@@ -1,2 +0,0 @@
1
- delete window.jQuery;
2
- delete window.$;