diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-24 14:33:58 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-24 14:33:58 -0500 |
| commit | d9919346440013f3ced64df1295eea4c83fb6c53 (patch) | |
| tree | e7d2aa488990356fd9866b08d84288697e54edaa /www/js/MomentCtrl.js | |
| parent | 68400d52f749178eccc155bb462e3dc74da06c1d (diff) | |
#570 more usability tweaks
Diffstat (limited to 'www/js/MomentCtrl.js')
| -rw-r--r-- | www/js/MomentCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 2b7d6f40..c6e84953 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -265,7 +265,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ $scope.isChecked=function(val) { //console.log ("COMPARE"); return $translate.instant(val) == $scope.type; - } + }; $scope.showPopover = function($event) { @@ -276,7 +276,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ popover.show($event); }); - } + }; //---------------------------------------------------------------- // Pinning a thumbnail means don't collapse it. Useful to drill |
