From 606d3b95e941f48c8963d3996920472145da1200 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Tue, 15 Sep 2015 09:32:35 -0400 Subject: Added pindialog plugin --- www/js/LoginCtrl.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/js') diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index aa61325c..c88c2b46 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -117,12 +117,12 @@ function addhttp(url) { $scope.save = function () { console.log('Saving login'); - if (parseInt($scope.loginData.maxMontage) > zm.safeMontageLimit) { + /*if (parseInt($scope.loginData.maxMontage) > zm.safeMontageLimit) { $ionicPopup.alert({ title: 'Note', template: 'You have selected to view more than 10 monitors in the Montage screen. Note that this is very resource intensive and may load the server or cause issues in the application. If you are not sure, please consider limiting this value to 10' }); - } + }*/ // lets so some basic sanitization of the data // I am already adding "/" so lets remove spurious ones @@ -216,6 +216,7 @@ function addhttp(url) { ZMDataModel.zmLog ("Validating APIs at " + apiurl); $http.get(apiurl) .success (function (data) { + $ionicPopup.alert({ title: 'Login validated', template: 'Please explore the menu and enjoy zmNinja!' -- cgit v1.2.3