diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 09:32:35 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 09:32:35 -0400 |
| commit | 606d3b95e941f48c8963d3996920472145da1200 (patch) | |
| tree | 1a966266ada12285a4e2082607da844d52d900bf /www | |
| parent | 566510313bd07eeb64dcafdc85a0f8e08e528c64 (diff) | |
Added pindialog plugin
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/LoginCtrl.js | 5 |
1 files changed, 3 insertions, 2 deletions
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!' |
