We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c59f49d + e1ea074 commit 7c6a5e9Copy full SHA for 7c6a5e9
src/js/main.js
@@ -15,7 +15,7 @@ function appReady() {
15
CONFIGURATOR.gitChangesetId = data.gitChangesetId;
16
17
// Version in the ChromeApp's manifest takes precedence.
18
- if(chrome.runtime && chrome.runtime.getManifest) {
+ if(chrome.runtime && chrome.runtime.getManifest && !GUI.isCordova()) {
19
const manifest = chrome.runtime.getManifest();
20
CONFIGURATOR.version = manifest.version;
21
// manifest.json for ChromeApp can't have a version
0 commit comments