diff options
Diffstat (limited to 'ext/fg/js/popup.js')
| -rw-r--r-- | ext/fg/js/popup.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index 7db53f0d..79b37251 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -139,7 +139,7 @@ class Popup {          this._invokeApi('setContent', {type, details});      } -    async setCustomCss(css) { +    setCustomCss(css) {          this._invokeApi('setCustomCss', {css});      } |