Do not automatically update the linter after a config reset

This commit is contained in:
Rob Garrison 2017-08-26 11:04:35 -05:00
parent cb177eba4b
commit 5ad23bd681

View File

@ -322,7 +322,6 @@ function setupLinterSettingsEvents(popup) {
}
popup.codebox.setValue(stringifyRules(rules));
popup.codebox.focus();
updateLinter(linter);
});
$('.cancel', popup).addEventListener('click', event => {
event.preventDefault();