Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderv32 committed Oct 12, 2023
1 parent e8ea5ab commit 842db05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function loadFromStorage() {
div_color.style.backgroundColor = value['color'];
div_color.value = value['color'];
div_color.className = 'clr-field';
div_color.setAttribute("data-coloris", '');
div_color.setAttribute('data-coloris', '');
div_color.addEventListener('change', change_color);
cell.appendChild(div_color);

Expand All @@ -402,4 +402,4 @@ function loadFromStorage() {
}

loadFromStorage();
color_picker()
color_picker();

0 comments on commit 842db05

Please # to comment.