summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-10-22 07:09:03 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-10-22 07:09:03 -0400
commit08857aee84c5306f86b8eba79022eda7c100e1cd (patch)
treed6af51cdea253442e3d000b3db8d9573fb0c4989 /www/js/EventCtrl.js
parentc4cc9bfb0e5f0069dc7f983d62f3bc115e29702f (diff)
show next thumbnail size in in popover
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index cc50f586..ea741a6d 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -72,10 +72,10 @@ angular.module('zmApp.controllers')
var eHandle;
var scrubOngoing = false;
- $scope.thumbSizeOptions = {
- 'xsmall': $translate.instant('kEventViewThumbsXSmall'),
- 'small': $translate.instant('kEventViewThumbsSmall'),
- 'large':$translate.instant('kEventViewThumbsLarge'),
+ $scope.nextThumbSizeOptions = {
+ 'xsmall': $translate.instant('kEventViewThumbsSmall'),
+ 'small': $translate.instant('kEventViewThumbsLarge'),
+ 'large':$translate.instant('kEventViewThumbsXSmall'),
};
var currEventNum = 0;