summaryrefslogtreecommitdiff
path: root/ext/fg/js/frontend.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-03-19 15:29:49 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-04-05 19:57:37 +0300
commitb996d0b1e0838673001db0580430ed4ad6d102f2 (patch)
treea7b044394e9ce5793eab28e05a9163bbced6d7a9 /ext/fg/js/frontend.js
parent4814db8df12598c167b1e97096511f43e32c5e36 (diff)
fix and simplify
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r--ext/fg/js/frontend.js1
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);
}