@steedos/service-pages 2.5.14 → 2.5.15-beta.10
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.
|
@@ -845,7 +845,8 @@
|
|
|
845
845
|
try {
|
|
846
846
|
const data = {
|
|
847
847
|
app,
|
|
848
|
-
isMobile: window.innerWidth <= 768
|
|
848
|
+
isMobile: window.innerWidth <= 768,
|
|
849
|
+
tabId
|
|
849
850
|
};
|
|
850
851
|
const page = Steedos.Page.Header.getPage(appId, tabId);
|
|
851
852
|
var rootId = "steedosGlobalHeaderRoot";
|
|
@@ -903,7 +904,8 @@
|
|
|
903
904
|
try {
|
|
904
905
|
const data = {
|
|
905
906
|
app,
|
|
906
|
-
isMobile: window.innerWidth <= 768
|
|
907
|
+
isMobile: window.innerWidth <= 768,
|
|
908
|
+
tabId
|
|
907
909
|
};
|
|
908
910
|
const page = Steedos.Page.Footer.getPage(appId, tabId);
|
|
909
911
|
var rootId = "steedosGlobalFooterRoot";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-pages",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.15-beta.10",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "19b38f2fb81cc01f7bb109f86324d5dd9cada992",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"ejs": "^3.1.8"
|
|
14
14
|
}
|