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.
1 parent c59f49d commit e1ea074Copy full SHA for e1ea074
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