diff options
| author | lucas_nz <lucas_nz@outlook.com> | 2020-09-05 12:01:11 +1200 |
|---|---|---|
| committer | lucas_nz <lucas_nz@outlook.com> | 2020-09-05 12:01:11 +1200 |
| commit | 1a4449aeadeb88db971f0960d14fd679a7364dbb (patch) | |
| tree | 4900fbda885dc985cd936bb20cdac63284fce604 /www/js/EventServer.js | |
| parent | 956e88ec354019b9f7c68e0cd7f2fefd9921dfdc (diff) | |
| parent | e54b8659ff385c667b7590bc383e8315769d47a7 (diff) | |
Merge branch 'master' of git@github.com:pliablepixels/zmNinja.git
Diffstat (limited to 'www/js/EventServer.js')
| -rw-r--r-- | www/js/EventServer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index 84260072..8dac402e 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -156,6 +156,7 @@ angular.module('zmApp.controllers') if (str.version == undefined) str.version = "0.1"; + //console.log ('************* COMPARING '+str.version+'to '+zm.minEventServerVersion); if (NVR.versionCompare(str.version, zm.minEventServerVersion) == -1) { $rootScope.zmPopup = $ionicPopup.alert({ title: $translate.instant('kEventServerVersionTitle'), |
