diff --git a/src/options.html b/src/options.html index 9b6b8e3c..6fa82851 100644 --- a/src/options.html +++ b/src/options.html @@ -228,8 +228,8 @@

Review RECAP

- - + + diff --git a/src/options.js b/src/options.js index e0930d36..70ec9829 100644 --- a/src/options.js +++ b/src/options.js @@ -1,4 +1,5 @@ // JavaScript for the options page/popup. +import { updateToolbarButton } from './utils/toolbar_button.js'; let inputs = document.getElementsByTagName('input');