diff options
Diffstat (limited to 'www')
| -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'), |
