diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-19 15:29:49 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 19:57:37 +0300 |
commit | b996d0b1e0838673001db0580430ed4ad6d102f2 (patch) | |
tree | a7b044394e9ce5793eab28e05a9163bbced6d7a9 /ext/fg/js/frontend.js | |
parent | 4814db8df12598c167b1e97096511f43e32c5e36 (diff) |
fix and simplify
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r-- | ext/fg/js/frontend.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index af5341c4..d6fe7af4 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -77,6 +77,7 @@ class Frontend extends TextScanner { chrome.runtime.onMessage.addListener(this.onRuntimeMessage.bind(this)); this._updateContentScale(); + this.popup.broadcastRootPopupInformation(); } catch (e) { this.onError(e); } |