@saltcorn/mobile-app 1.6.0-beta.4 → 1.6.0-beta.5
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.
package/package.json
CHANGED
package/src/routing/utils.js
CHANGED
|
@@ -8,6 +8,9 @@ export const getHeaders = () => {
|
|
|
8
8
|
const config = state.mobileConfig;
|
|
9
9
|
const versionTag = config.version_tag;
|
|
10
10
|
const stdHeaders = [
|
|
11
|
+
{
|
|
12
|
+
headerTag: `<script>var _sc_version_tag = "${versionTag}";</script>`,
|
|
13
|
+
},
|
|
11
14
|
{ css: `static_assets/${versionTag}/saltcorn.css` },
|
|
12
15
|
{ css: `static_assets/${versionTag}/saltcorn-mobile.css` },
|
|
13
16
|
{ script: `static_assets/${versionTag}/saltcorn-common.js` },
|