diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index bf448024..57acb8c3 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -1369,7 +1369,7 @@ angular.module('syncthing.core') $('#globalChanges').modal(); }; - $scope.editFolderModal() = function () { + $scope.editFolderModal = function () { $scope.folderPathErrors = {}; $scope.folderEditor.$setPristine(); $('#editIgnores textarea').val("");