editor: on disabling CSS linter option, hide the report entirely
This commit is contained in:
parent
27ad478f8c
commit
0a5d9d86bf
|
@ -189,7 +189,7 @@ function updateLinter({immediately} = {}) {
|
||||||
});
|
});
|
||||||
$('#linter-settings').style.display = !linter ? 'none' : 'inline-block';
|
$('#linter-settings').style.display = !linter ? 'none' : 'inline-block';
|
||||||
if (!linter) {
|
if (!linter) {
|
||||||
$('#lint > div').textContent = '';
|
$('#lint').style.display = 'none';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user