summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-19 12:07:34 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-19 12:07:34 -0400
commit8d42918b774175be477e949c4739a1ae40238359 (patch)
treeda40d63e7979da71370ee9cfe900cc4fd4aacf32 /www/js
parent6214f452e7fe3a1c744b06f5b45328df97884f12 (diff)
remove disableSimul force from wizard
Diffstat (limited to 'www/js')
-rw-r--r--www/js/LoginCtrl.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index ca6b9df9..a9a09433 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -262,11 +262,6 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
NVRDataModel.log("Creating new login entry for wizard");
$scope.loginData = angular.copy(NVRDataModel.getDefaultLoginObject());
- // default object has this as false
- if ($rootScope.platformOS == 'ios') {
- $scope.loginData.disableSimulStreaming = true;
- }
-
$scope.loginData.serverName = $rootScope.wizard.serverName;
$scope.loginData.url = $rootScope.wizard.loginURL;
$scope.loginData.apiurl = $rootScope.wizard.apiURL;