mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-31 02:48:27 +00:00
This commit is contained in:
parent
b8051fb37e
commit
1f81940a1f
@ -1535,6 +1535,7 @@ angular.module('syncthing.core')
|
||||
ignoredFolders: []
|
||||
};
|
||||
$scope.editingExisting = false;
|
||||
initShareEditing('device');
|
||||
$scope.deviceEditor.$setPristine();
|
||||
$('#editDevice').modal();
|
||||
});
|
||||
|
@ -1556,6 +1556,7 @@ angular.module('syncthing.core')
|
||||
ignoredFolders: []
|
||||
};
|
||||
$scope.editingExisting = false;
|
||||
initShareEditing('device');
|
||||
$scope.deviceEditor.$setPristine();
|
||||
$('#editDevice').modal();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user