diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-10 20:00:18 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-10 20:00:18 -0400 |
commit | a296c758b95b428777548f5aada1be13429faf03 (patch) | |
tree | 7b6e63283f6de1eb3e55947a059136916130a834 /ext/fg/js/frontend-initialize.js | |
parent | c88ec43ad1523fefaa47b6e46dd0fa95f342559c (diff) |
apiBroadcast => apiBroadcastTab
Diffstat (limited to 'ext/fg/js/frontend-initialize.js')
-rw-r--r-- | ext/fg/js/frontend-initialize.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/frontend-initialize.js b/ext/fg/js/frontend-initialize.js index d2572746..5c9ce7b1 100644 --- a/ext/fg/js/frontend-initialize.js +++ b/ext/fg/js/frontend-initialize.js @@ -21,7 +21,7 @@ * Frontend * PopupProxy * PopupProxyHost - * apiBroadcast + * apiBroadcastTab * apiOptionsGet */ @@ -44,7 +44,7 @@ async function main() { } } ); - apiBroadcast('rootPopupRequestInformationBroadcast'); + apiBroadcastTab('rootPopupRequestInformationBroadcast'); const {popupId, frameId} = await rootPopupInformationPromise; const frameOffsetForwarder = new FrameOffsetForwarder(); |