mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
parent
74823e81e9
commit
c53e5c5f17
@ -24,6 +24,9 @@ angular.module('syncthing.core')
|
||||
scope.folderPathErrors.isParent = false;
|
||||
scope.folderPathErrors.otherID = "";
|
||||
scope.folderPathErrors.otherLabel = "";
|
||||
if (!viewValue) {
|
||||
return true;
|
||||
}
|
||||
for (var folderID in scope.folders) {
|
||||
if (folderID === scope.currentFolder.id) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user