From 4d7837ba96fa599f608dab45e471b532203c0151 Mon Sep 17 00:00:00 2001 From: Ryan Sullivan Date: Wed, 28 May 2014 11:29:08 -0400 Subject: [PATCH] Reset protocolChanged just incase --- gui/app.js | 2 ++ 1 file changed, 2 insertions(+) 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; } };