Reset protocolChanged just incase

This commit is contained in:
Ryan Sullivan 2014-05-28 11:29:08 -04:00
parent a6c8423905
commit 4d7837ba96

View File

@ -297,6 +297,8 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http) {
setTimeout(function(){
window.location.protocol = protocol;
}, 1000);
$scope.protocolChanged = false;
}
};