updateLinter will be called by watchStorage on save

This commit is contained in:
tophf 2017-08-29 18:30:17 +03:00
parent c7a0759216
commit e4ea7a44af

View File

@ -416,7 +416,6 @@ function setupLinterSettingsEvents(popup) {
linterConfig.save(json);
linterConfig.showSavedMessage();
popup.codebox.markClean();
updateLinter();
} else {
showLinterErrorMessage(linter, t('linterJSONError'));
}