summaryrefslogtreecommitdiff
path: root/www/js/EventModalCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventModalCtrl.js')
-rw-r--r--www/js/EventModalCtrl.js3
1 files changed, 2 insertions, 1 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;