|
@@ -1893,6 +1893,7 @@ angular.module('syncthing.core')
|
|
|
}).one('hidden.bs.modal', function () {
|
|
}).one('hidden.bs.modal', function () {
|
|
|
$('.nav-tabs a[href="#folder-general"]').tab('show');
|
|
$('.nav-tabs a[href="#folder-general"]').tab('show');
|
|
|
window.location.hash = "";
|
|
window.location.hash = "";
|
|
|
|
|
+ $scope.currentFolder = {};
|
|
|
});
|
|
});
|
|
|
};
|
|
};
|
|
|
|
|
|