summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-12-28 07:39:20 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-12-28 07:39:20 -0500
commit58986ada7a21142da052be469678dbb7570aaf17 (patch)
tree0063a006afbcc6a3ce6ff731f32d56d5f4275d47 /www/js
parentfbc6f273c4e241989313932e876cb79703170358 (diff)
remove show=capture to test
Diffstat (limited to 'www/js')
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 70883b29..f66cf9d9 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -2901,7 +2901,7 @@ angular.module('zmApp.controllers')
$scope.constructThumbnail = function (event) {
var stream = "";
stream = event.Event.recordingURL +
- "/index.php?view=image&show=capture&fid=" +
+ "/index.php?view=image&fid=" +
NVRDataModel.getSnapshotFrame()+"&eid="+event.Event.Id +
"&width=" + event.Event.thumbWidth * 2 +
"&height=" + event.Event.thumbHeight * 2;