From 696c95cb904bca6d1a1ee56ca6d0f0a427259b07 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 10 Aug 2019 10:35:00 -0400 Subject: nits --- www/js/EventModalCtrl.js | 3 +-- www/js/NVR.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'www') 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; -- cgit v1.2.3