Skip to content

Commit

Permalink
Update options.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam7-1 authored Apr 28, 2024
1 parent 1f644e9 commit 97dcda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composekey/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function updateComposeFileStatus() {
const errors = document.getElementById('errors');
const warnings = document.getElementById('warnings');
for (let elem of [errors, warnings]) {
elem.innerHTML = '';
elem.innerText = '';
elem.style.display = 'none';
}

Expand Down

0 comments on commit 97dcda9

Please sign in to comment.