From 6925bf9fee6726a23cc4a1b7ef4a7768eb0a47ad Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Wed, 16 Sep 2015 16:18:21 -0400 Subject: switch to same state after resume --- www/js/LoginCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/LoginCtrl.js') 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) -- cgit v1.2.3