diff options
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/background.html | 10 | ||||
-rw-r--r-- | ext/bg/js/deinflector.js (renamed from ext/bg/deinflector.js) | 0 | ||||
-rw-r--r-- | ext/bg/js/dictionary.js (renamed from ext/bg/dictionary.js) | 0 | ||||
-rw-r--r-- | ext/bg/js/options-form.js (renamed from ext/bg/options-form.js) | 0 | ||||
-rw-r--r-- | ext/bg/js/options.js (renamed from ext/bg/options.js) | 0 | ||||
-rw-r--r-- | ext/bg/js/templates.js (renamed from ext/bg/templates.js) | 0 | ||||
-rw-r--r-- | ext/bg/js/translator.js (renamed from ext/bg/translator.js) | 0 | ||||
-rw-r--r-- | ext/bg/js/yomichan.js (renamed from ext/bg/yomichan.js) | 0 | ||||
-rw-r--r-- | ext/bg/options.html | 4 |
9 files changed, 7 insertions, 7 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> diff --git a/ext/bg/deinflector.js b/ext/bg/js/deinflector.js index 03f9d40a..03f9d40a 100644 --- a/ext/bg/deinflector.js +++ b/ext/bg/js/deinflector.js diff --git a/ext/bg/dictionary.js b/ext/bg/js/dictionary.js index a68c2daf..a68c2daf 100644 --- a/ext/bg/dictionary.js +++ b/ext/bg/js/dictionary.js diff --git a/ext/bg/options-form.js b/ext/bg/js/options-form.js index cde0ea62..cde0ea62 100644 --- a/ext/bg/options-form.js +++ b/ext/bg/js/options-form.js diff --git a/ext/bg/options.js b/ext/bg/js/options.js index 1db3be5e..1db3be5e 100644 --- a/ext/bg/options.js +++ b/ext/bg/js/options.js diff --git a/ext/bg/templates.js b/ext/bg/js/templates.js index 8ac5f8e5..8ac5f8e5 100644 --- a/ext/bg/templates.js +++ b/ext/bg/js/templates.js diff --git a/ext/bg/translator.js b/ext/bg/js/translator.js index e8224320..e8224320 100644 --- a/ext/bg/translator.js +++ b/ext/bg/js/translator.js diff --git a/ext/bg/yomichan.js b/ext/bg/js/yomichan.js index 2e4552a1..2e4552a1 100644 --- a/ext/bg/yomichan.js +++ b/ext/bg/js/yomichan.js diff --git a/ext/bg/options.html b/ext/bg/options.html index 7854fd86..f73162ec 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -26,8 +26,8 @@ <script src="lib/jquery-2.2.2.min.js"></script> <script src="lib/bootstrap-3.3.6-dist/js/bootstrap.min.js"></script> - <script src="options.js"></script> - <script src="options-form.js"></script> + <script src="js/options.js"></script> + <script src="js/options-form.js"></script> </div> </body> </html> |