diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:27:15 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:27:15 -0400 |
commit | 3edaf319da31ef943ada9661eb67019a75e6b7ac (patch) | |
tree | 6b5d718054fd5c9510cfcd4d7dc994befb6067a0 /ext/bg/context.html | |
parent | 3c8eb9eee009ebe265fbae3f7d7ac0d74fcbdd94 (diff) |
Rename context.js to context-main.js
Diffstat (limited to 'ext/bg/context.html')
-rw-r--r-- | ext/bg/context.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/context.html b/ext/bg/context.html index 0e50ed7c..394869b1 100644 --- a/ext/bg/context.html +++ b/ext/bg/context.html @@ -185,6 +185,6 @@ <script src="/bg/js/options.js"></script> <script src="/bg/js/util.js"></script> - <script src="/bg/js/context.js"></script> + <script src="/bg/js/context-main.js"></script> </body> </html> |