aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/float.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-08-17 18:50:48 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-02 19:31:42 -0400
commit5c4614f585648c2b835efc1d369e78918bc4f5ff (patch)
tree50f7aee35187192b7104752d953c18d52bcfba6c /ext/fg/float.html
parent4ac55da7dd5354e6c3495f04583352d0d863b7b6 (diff)
Add support for showing recursive popups
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r--ext/fg/float.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html
index 0133e653..bd08296a 100644
--- a/ext/fg/float.html
+++ b/ext/fg/float.html
@@ -43,5 +43,11 @@
<script src="/mixed/js/display.js"></script>
<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>
</body>
</html>