diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-23 09:48:00 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-23 09:48:00 -0400 |
| commit | 53485a9807f7fbd09ead2a0d17fa1105ea1c0f6b (patch) | |
| tree | 51e58af4c8ae5fc4b6188d2e4ed4744045dd6c72 /www/js/EventModalCtrl.js | |
| parent | ef13d9e54b1753178415ddf371b4b5efbc3fd8e3 (diff) | |
#208 - try to login with defaultserver even if auth fails
Former-commit-id: 9019c382506efd89e2b104d2e5b53130a6f86763
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 6b2db716..afa46083 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -494,7 +494,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $rootScope.zmPopup = $ionicPopup.show({ template: '<center>Frame: {{slideIndex+1}} of {{slideLastIndex+1}}</center><br/><img src="{{selectEventUrl}}" width="100%" />', - title: 'Select frame to save', + title: 'Select '+ (onlyAlarms?'Alarmed ':'')+'frame to save', subTitle: 'use left and right arrows to change', scope: $scope, cssClass: 'popup80', |
