aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-07-29 09:55:54 -0700
committerAlex Yatskov <alex@foosoft.net>2017-07-29 09:55:54 -0700
commitb061cc914210e6c11bc419c38ec850b59d72dd4d (patch)
tree2fa3493fb4a8273a12dee3ddb315da46e36eb1b5 /ext/fg
parentfea35435b22a4eeadbfcc5f29d5f9518700d4306 (diff)
cleanup
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/frame.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html
index 9ff2c585..e0b9eac5 100644
--- a/ext/fg/frame.html
+++ b/ext/fg/frame.html
@@ -30,12 +30,13 @@
</div>
</div>
- <script src="/mixed/lib/jquery.min.js"></script>
- <script src="/mixed/lib/wanakana.min.js"></script>
+ <script src="/fg/js/api.js"></script>
+ <script src="/fg/js/dictionary.js"></script>
<script src="/mixed/js/audio.js"></script>
<script src="/mixed/js/display.js"></script>
- <script src="/fg/js/dictionary.js"></script>
- <script src="/fg/js/api.js"></script>
+ <script src="/mixed/lib/jquery.min.js"></script>
+ <script src="/mixed/lib/wanakana.min.js"></script>
+
<script src="/fg/js/display-frame.js"></script>
</body>
</html>