diff --git a/services/web/public/coffee/ide/settings/controllers/SettingsController.coffee b/services/web/public/coffee/ide/settings/controllers/SettingsController.coffee index 29bc8e979c..bde479991b 100644 --- a/services/web/public/coffee/ide/settings/controllers/SettingsController.coffee +++ b/services/web/public/coffee/ide/settings/controllers/SettingsController.coffee @@ -30,7 +30,7 @@ define [ $scope.$watch "settings.syntaxValidation", (syntaxValidation, oldSyntaxValidation) => if syntaxValidation != oldSyntaxValidation - settings.saveProjectSettings({syntaxValidation: syntaxValidation}) + settings.saveSettings({syntaxValidation: syntaxValidation}) $scope.$watch "project.spellCheckLanguage", (language, oldLanguage) => return if @ignoreUpdates