From 59bfe98d911728cfefd2321bf4ac86d62f4c64f8 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 26 May 2016 08:10:14 -0400 Subject: more translations, dummy italian language (all caps) to check if things are working Former-commit-id: e02d1017b1e818a4b90faa18b0f0e221d867e543 --- www/js/DevOptionsCtrl.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'www/js/DevOptionsCtrl.js') diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js index d114f4de..580e1214 100644 --- a/www/js/DevOptionsCtrl.js +++ b/www/js/DevOptionsCtrl.js @@ -58,15 +58,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' { ZMDataModel.zmDebug("SaveDevOptions: called"); - /*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)) { $scope.loginData.maxFPS = zm.defaultFPS.toString(); -- cgit v1.2.3