summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/EventModalCtrl.js3
-rw-r--r--www/js/NVR.js2
2 files changed, 2 insertions, 3 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js
index 5905c484..ce884f9e 100644
--- a/www/js/EventModalCtrl.js
+++ b/www/js/EventModalCtrl.js
@@ -1,5 +1,4 @@
-import { transcode } from "buffer";
-
+
// Common Controller for the montage view
/* jshint -W041 */
/* jslint browser: true*/
diff --git a/www/js/NVR.js b/www/js/NVR.js
index e79878fb..0f5a0656 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.071";
+ var zmAppVersion = "1.3.074";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;