diff options
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 6 |
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> |