mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Reset protocolChanged just incase
This commit is contained in:
parent
a6c8423905
commit
4d7837ba96
@ -297,6 +297,8 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http) {
|
|||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
window.location.protocol = protocol;
|
window.location.protocol = protocol;
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
||||||
|
$scope.protocolChanged = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user