From 53485a9807f7fbd09ead2a0d17fa1105ea1c0f6b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 23 Mar 2016 09:48:00 -0400 Subject: #208 - try to login with defaultserver even if auth fails Former-commit-id: 9019c382506efd89e2b104d2e5b53130a6f86763 --- www/js/EventModalCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventModalCtrl.js') 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: '
Frame: {{slideIndex+1}} of {{slideLastIndex+1}}

', - title: 'Select frame to save', + title: 'Select '+ (onlyAlarms?'Alarmed ':'')+'frame to save', subTitle: 'use left and right arrows to change', scope: $scope, cssClass: 'popup80', -- cgit v1.2.3