diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-16 16:18:21 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-16 16:18:21 -0400 |
| commit | 6925bf9fee6726a23cc4a1b7ef4a7768eb0a47ad (patch) | |
| tree | 4141a8d96b6605a24dc7844d97e91d8ca141b279 /www/js/LoginCtrl.js | |
| parent | 5748f50fc5cc7b58124cd432448c55e3d4324eaf (diff) | |
switch to same state after resume
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 27e784d1..f37f2b56 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -95,7 +95,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r // default in packages instead of /cgi-bin //if ($scope.loginData.streamingurl.slice(-3).toLowerCase() == '/zm') { //$scope.loginData.streamingurl = $scope.loginData.streamingurl.slice(0, -3); - } + //} // if ($scope.loginData.apiurl.indexOf($scope.loginData.url) !=0) |
