mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
parent
fca2876795
commit
82ed8e702c
@ -690,7 +690,7 @@ angular.module('syncthing.core')
|
||||
};
|
||||
|
||||
$scope.refreshFailed = function (page, perpage) {
|
||||
if (!$scope.failed) {
|
||||
if (!$scope.failed || !$scope.failed.folder) {
|
||||
return;
|
||||
}
|
||||
var url = urlbase + '/folder/errors?folder=' + encodeURIComponent($scope.failed.folder);
|
||||
|
Loading…
Reference in New Issue
Block a user