summaryrefslogtreecommitdiff
path: root/ext/bg/background.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-04 22:02:26 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-04 22:02:26 -0700
commit37ffcbf3ee2d9722751e899bdf4bac91ca7c92c1 (patch)
treeee2c320602cbf5bb846d2b2832375e8e4650f11e /ext/bg/background.html
parente5a3904cf7a90519aaf7d7529179156eb4b28fdf (diff)
File reorg
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r--ext/bg/background.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html
index 0a0018e3..6e917561 100644
--- a/ext/bg/background.html
+++ b/ext/bg/background.html
@@ -3,10 +3,10 @@
<body>
<script src="lib/handlebars.min.js"></script>
<script src="lib/jquery-2.2.2.min.js"></script>
- <script src="templates.js"></script>
- <script src="dictionary.js"></script>
- <script src="deinflector.js"></script>
- <script src="translator.js"></script>
- <script src="yomichan.js"></script>
+ <script src="js/templates.js"></script>
+ <script src="js/dictionary.js"></script>
+ <script src="js/deinflector.js"></script>
+ <script src="js/translator.js"></script>
+ <script src="js/yomichan.js"></script>
</body>
</html>