diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-17 19:32:58 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-02 19:32:08 -0400 |
commit | 1a9348ec27b903af47511da11306f884a82cf353 (patch) | |
tree | ba890d2a69b83281d34209d8841a6be83d713d23 /ext/fg/float.html | |
parent | 5c4614f585648c2b835efc1d369e78918bc4f5ff (diff) |
Add option for maximum nested popup depth
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index bd08296a..465db589 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -44,10 +44,6 @@ <script src="/fg/js/float.js"></script> - <!-- TODO : Make these conditional based on options --> - <script src="/fg/js/frontend-api-sender.js"></script> - <script src="/fg/js/popup.js"></script> - <script src="/fg/js/popup-proxy.js"></script> - <script src="/fg/js/frontend.js"></script> + <script src="/fg/js/popup-nested.js"></script> </body> </html> |