gui: Fix minor breakage from 9c417571

This commit is contained in:
Jakob Borg 2017-06-12 08:54:08 +02:00
parent 68c1a0b9b4
commit d862e79133
1 changed files with 1 additions and 1 deletions

View File

@ -1369,7 +1369,7 @@ angular.module('syncthing.core')
$('#globalChanges').modal();
};
$scope.editFolderModal() = function () {
$scope.editFolderModal = function () {
$scope.folderPathErrors = {};
$scope.folderEditor.$setPristine();
$('#editIgnores textarea').val("");