summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-03-18 12:31:10 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-03-18 12:31:10 -0400
commit8060ea345972b67ca6ecae9bfb79a20a5c90ee25 (patch)
tree6e7c6e4ab44883bc0f19650970efe1be3843c3d6
parent58c7e55399591a6a487a9519624bf1e8ad6ca20f (diff)
nits
-rw-r--r--package.json4
-rw-r--r--www/js/EventCtrl.js2
-rw-r--r--www/js/EventServer.js5
-rw-r--r--www/js/NVR.js2
4 files changed, 4 insertions, 9 deletions
diff --git a/package.json b/package.json
index b112ba6b..b79bccc2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.090",
+ "version":"1.3.091",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -226,4 +226,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 9f6277e4..535d4129 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -196,7 +196,7 @@ angular.module('zmApp.controllers')
$scope.mid = '';
$scope.$on ("alarm", function() {
- NVR.debug ("EventCtrl: new event notiication, doing an immediate reload");
+ NVR.debug ("EventCtrl: new event notification, doing an immediate reload");
// do an immediate display reload and schedule timer again
$interval.cancel(intervalReloadEvents);
timedPageReload();
diff --git a/www/js/EventServer.js b/www/js/EventServer.js
index 71718988..2ade604d 100644
--- a/www/js/EventServer.js
+++ b/www/js/EventServer.js
@@ -365,10 +365,6 @@ angular.module('zmApp.controllers')
return d.promise;
}
-
-
-
-
function disconnect() {
authState = connState.PENDING;
@@ -383,7 +379,6 @@ angular.module('zmApp.controllers')
return;
}
-
ws.onmessage = null;
iClosed = true;
ws.close();
diff --git a/www/js/NVR.js b/www/js/NVR.js
index eb6a9a02..b9c63a7c 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -21,7 +21,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.3.090";
+ var zmAppVersion = "1.3.091";
var isBackground = false;
var justResumed = false;