aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.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/popup.js
parent4814db8df12598c167b1e97096511f43e32c5e36 (diff)
fix and simplify
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r--ext/fg/js/popup.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js
index 5b8724ae..4c979911 100644
--- a/ext/fg/js/popup.js
+++ b/ext/fg/js/popup.js
@@ -199,8 +199,6 @@ class Popup {
}
async _createInjectPromise() {
- this.broadcastRootPopupInformation();
-
if (this._messageToken === null) {
this._messageToken = await apiGetMessageToken();
}