summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-08-09 13:10:15 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-08-09 13:10:15 -0400
commit633e44f5dc42ee5f946c573d5eb6232a047acb44 (patch)
treef98ae76437067b418717d6ae61070b253f91ffb9 /www
parent452e4487875a362b98f4dc99a5c34e9f18f7bfa8 (diff)
ver
Diffstat (limited to 'www')
-rw-r--r--www/js/EventModalCtrl.js3
-rw-r--r--www/js/NVR.js2
2 files changed, 3 insertions, 2 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js
index 852c3dc7..5905c484 100644
--- a/www/js/EventModalCtrl.js
+++ b/www/js/EventModalCtrl.js
@@ -1,3 +1,5 @@
+import { transcode } from "buffer";
+
// Common Controller for the montage view
/* jshint -W041 */
/* jslint browser: true*/
@@ -1946,7 +1948,6 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
function prepareModalEvent(eid) {
-
// Lets get the detailed event API
var loginData = NVR.getLogin();
var myurl = loginData.apiurl + '/events/' + eid + ".json?"+$rootScope.authSession;
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 28768a73..e79878fb 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.070";
+ var zmAppVersion = "1.3.071";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;