Syncthing might be restarted after shutdown (fixes #274)

This commit is contained in:
Jakob Borg 2014-05-24 21:08:53 +02:00
parent db3341a178
commit 8644bf30a9
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -53,6 +53,7 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http) {
if (restarting) {
$scope.init();
$('#restarting').modal('hide');
$('#shutdown').modal('hide');
restarting = false;
}
}