gui: Fix minor breakage from 9c417571
This commit is contained in:
@@ -1369,7 +1369,7 @@ angular.module('syncthing.core')
|
|||||||
$('#globalChanges').modal();
|
$('#globalChanges').modal();
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.editFolderModal() = function () {
|
$scope.editFolderModal = function () {
|
||||||
$scope.folderPathErrors = {};
|
$scope.folderPathErrors = {};
|
||||||
$scope.folderEditor.$setPristine();
|
$scope.folderEditor.$setPristine();
|
||||||
$('#editIgnores textarea').val("");
|
$('#editIgnores textarea').val("");
|
||||||
|
|||||||
Reference in New Issue
Block a user