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

View File

@@ -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("");