Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Sharlaimov <konstantin.sharlaimov@gmail.com>2017-12-28 14:54:21 +0300
committerGitHub <noreply@github.com>2017-12-28 14:54:21 +0300
commit35eb73e5cb8e0af2681bc767b9029d40bd5aaa4e (patch)
tree2d70145a605429917ec176e4b2ab3ebc6763714c /main.js
parent62c32128b0990371cd51d79dc1347302758c18a4 (diff)
parentd5a8fd2e182d989253535737ea2597790fb5f3e5 (diff)
Merge pull request #316 from Afinogen/check-update
add check new app version
Diffstat (limited to 'main.js')
-rw-r--r--main.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.js b/main.js
index da8095c7..32bbffd5 100644
--- a/main.js
+++ b/main.js
@@ -73,6 +73,9 @@ $(document).ready(function () {
}
});
+ //set '1.8.0' for test
+ appUpdater.checkRelease(chrome.runtime.getManifest().version);
+
// log library versions in console to make version tracking easier
console.log('Libraries: jQuery - ' + $.fn.jquery + ', d3 - ' + d3.version + ', three.js - ' + THREE.REVISION);