diff --git a/gui/app.js b/gui/app.js index 1574e196f..dfaaf9597 100644 --- a/gui/app.js +++ b/gui/app.js @@ -297,6 +297,8 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http) { setTimeout(function(){ window.location.protocol = protocol; }, 1000); + + $scope.protocolChanged = false; } };