summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-29 11:50:53 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-29 11:50:53 -0400
commit57920cc5d5e96780e13a29c04a577d4c67496aba (patch)
tree67b4af499e0594c621f60e9a268363efe44399e7 /www/js/EventCtrl.js
parentebe04f8fc791413131c37425998be5be4a2ef538 (diff)
#709 encorce AUTH_HASH_LOGIN for mobile
Diffstat (limited to 'www/js/EventCtrl.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 871285ec..2b5ef82d 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -2863,7 +2863,7 @@ angular.module('zmApp.controllers')
$scope.constructThumbnail = function (event) {
var stream = "";
stream = event.Event.baseURL +
- "/index.php?view=image&show=capture&fid=" +
+ "/index.php?view=image&show=capture&fid=" +
(event.Event.MaxScoreFrameId ? event.Event.MaxScoreFrameId : "1&eid=" + event.Event.Id) +
"&width=" + event.Event.thumbWidth * 2 +
"&height=" + event.Event.thumbHeight * 2;