Browse Source

Reset protocolChanged just incase

Ryan Sullivan 11 years ago
parent
commit
4d7837ba96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gui/app.js

+ 2 - 0
gui/app.js

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