diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-11 22:35:59 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-11 23:24:51 -0400 |
commit | cc72514ce6260bc489b8dd9b51ea27b9fb6e3ce8 (patch) | |
tree | 2c233ad490183780f9812994f5b1345dd1adff98 /ext/fg/js/popup-nested.js | |
parent | a6903d68a409544f0f26f4cefb2ad6c40f9994c9 (diff) |
Frontend updates
Diffstat (limited to 'ext/fg/js/popup-nested.js')
-rw-r--r-- | ext/fg/js/popup-nested.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fg/js/popup-nested.js b/ext/fg/js/popup-nested.js index b36de2ec..f7309466 100644 --- a/ext/fg/js/popup-nested.js +++ b/ext/fg/js/popup-nested.js @@ -41,7 +41,8 @@ async function popupNestedInitialize(id, depth, parentFrameId, url) { '/fg/js/frontend-api-sender.js', '/fg/js/popup.js', '/fg/js/popup-proxy.js', - '/fg/js/frontend.js' + '/fg/js/frontend.js', + '/fg/js/frontend-initialize.js' ]; for (const src of scriptSrcs) { const script = document.createElement('script'); |