From 5fbe260778013c2deca985d0c8048eab07b7a4c7 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 2 Sep 2020 08:32:39 -0400 Subject: #963 fix build instructions --- www/js/EventServer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/EventServer.js') 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'), -- cgit v1.2.3