From d3c0afd5b4cbc6887e6786555d17ba4fd0a33ddf Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Fri, 11 Mar 2016 14:52:33 -0500 Subject: removed montage warning. screw it. Former-commit-id: bdece0cfe97c4d4f31ebf636898f5389cc0d9d22 --- www/js/DevOptionsCtrl.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/DevOptionsCtrl.js') diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js index 9a42ce45..487bc1f8 100644 --- a/www/js/DevOptionsCtrl.js +++ b/www/js/DevOptionsCtrl.js @@ -56,14 +56,14 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' { ZMDataModel.zmDebug("SaveDevOptions: called"); - if (parseInt($scope.loginData.maxMontage) > zm.safeMontageLimit) { + /*if (parseInt($scope.loginData.maxMontage) > zm.safeMontageLimit) { $rootScope.zmPopup= SecuredPopups.show('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' }); ZMDataModel.zmDebug("SaveDevOptions: " + $scope.loginData.maxMontage + " monitors for montage"); - } + }*/ if ((parseInt($scope.loginData.maxFPS) < 0) || (parseInt($scope.loginData.maxFPS) > zm.maxFPS)) { @@ -99,7 +99,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' $scope.saveDevOptions = function () { saveDevOptions(); - $rootScope.zmPopup.close(); + // $rootScope.zmPopup.close(); $rootScope.zmPopup= SecuredPopups.show('alert',{ title: 'Settings Saved', template: 'Please explore the menu and enjoy zmNinja!' -- cgit v1.2.3