@@ -1927,8 +1927,8 @@ angular.module('syncthing.core')
|
|||||||
// Bump time
|
// Bump time
|
||||||
pendingFolder.time = (new Date()).toISOString();
|
pendingFolder.time = (new Date()).toISOString();
|
||||||
|
|
||||||
if (id in $scope.devices) {
|
if (device in $scope.devices) {
|
||||||
$scope.devices[id].ignoredFolders.push(pendingFolder);
|
$scope.devices[device].ignoredFolders.push(pendingFolder);
|
||||||
$scope.saveConfig();
|
$scope.saveConfig();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user