diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-02 10:45:28 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-02 10:45:28 -0400 |
| commit | bc34aa7c3c6f3f9867bfdc0e7162d97fc8d2a0cf (patch) | |
| tree | 88940e6ae4f735c1648ed5e1a0756306fcb9d2e3 /www/js/TimelineModalCtrl.js | |
| parent | 7a95580e2fcc57cd91ab2b7b9c3042edcbef1236 (diff) | |
make popups larger
Former-commit-id: aef496c1f3dec9c5cc103bb36a3f23cc7a26fe06
Diffstat (limited to 'www/js/TimelineModalCtrl.js')
| -rw-r--r-- | www/js/TimelineModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineModalCtrl.js b/www/js/TimelineModalCtrl.js index 68b37925..aa403010 100644 --- a/www/js/TimelineModalCtrl.js +++ b/www/js/TimelineModalCtrl.js @@ -137,7 +137,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', ' $rootScope.zmPopup = $ionicPopup.alert({ title: 'frame:' + fid + '/Event:' + e, template: img, - cssClass: 'popup80' + cssClass: 'popup95' }); }; |
