diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-09-02 08:32:39 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-09-02 08:32:39 -0400 |
| commit | 5fbe260778013c2deca985d0c8048eab07b7a4c7 (patch) | |
| tree | 7d7d39c0040de6d72fc31a31975710e2f2f5a7f7 /www/js/EventServer.js | |
| parent | 7953a77243231f65660787b22a8187fa2dc7bfbf (diff) | |
#963 fix build instructions
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'), |
