From d87f742ca19a6983831ec6d26ef1385c54292877 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 23 Apr 2016 17:10:01 -0400 Subject: tabs Former-commit-id: b7866232d47bb4a6422aa41a8a6465e4dad12c1b --- www/js/LoginCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/LoginCtrl.js') diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index bf383320..ea96233d 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -287,8 +287,8 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r { // coming here means we were able to login $scope.loginData.url = addhttp($scope.loginData.url); - if ($scope.loginData.useSSL) - $scope.loginData.url = $scope.loginData.url.replace("http:", "https:"); + if ($scope.loginData.useSSL) + $scope.loginData.url = $scope.loginData.url.replace("http:", "https:"); var c=URI.parse($scope.loginData.url); var p1,p2,p3,text; -- cgit v1.2.3