Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Mar 18, 2020
1 parent 58c7e55 commit 8060ea3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -226,4 +226,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion www/js/EventCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
5 changes: 0 additions & 5 deletions www/js/EventServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,6 @@ angular.module('zmApp.controllers')
return d.promise;
}





function disconnect() {

authState = connState.PENDING;
Expand All @@ -383,7 +379,6 @@ angular.module('zmApp.controllers')
return;
}


ws.onmessage = null;
iClosed = true;
ws.close();
Expand Down
2 changes: 1 addition & 1 deletion www/js/NVR.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8060ea3

Please sign in to comment.