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:
authorafinogen <afinogen89@gmail.com>2017-12-28 13:47:40 +0300
committerafinogen <afinogen89@gmail.com>2017-12-28 13:47:40 +0300
commit6ccba50734455c617ef34692437c0102aa3a9bb0 (patch)
treebf64d9c78a96703d6072dcfb25b9339507c5abc9 /main.js
parent216ff35b385fa1269fbc38093aa98414a2db654b (diff)
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 9075edbc..a86fdc6f 100644
--- a/main.js
+++ b/main.js
@@ -44,6 +44,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);