mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-06 00:30:43 +00:00
gui: Fix minor breakage from 9c417571
This commit is contained in:
parent
68c1a0b9b4
commit
d862e79133
@ -1369,7 +1369,7 @@ angular.module('syncthing.core')
|
||||
$('#globalChanges').modal();
|
||||
};
|
||||
|
||||
$scope.editFolderModal() = function () {
|
||||
$scope.editFolderModal = function () {
|
||||
$scope.folderPathErrors = {};
|
||||
$scope.folderEditor.$setPristine();
|
||||
$('#editIgnores textarea').val("");
|
||||
|
Loading…
Reference in New Issue
Block a user