diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-28 17:51:58 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-28 18:17:00 -0400 |
commit | ae84d13757a98e640c8d62f8d856cecbd84dd66f (patch) | |
tree | bdf21d4ec0b45460b1838c8df8ca06a7141a0f66 /ext/bg/background.html | |
parent | a0c4ce779d35cab39c62ca42ad3fe58a82faa1bb (diff) |
Create simplified source map class
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index f7cf6e55..e456717e 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -38,6 +38,7 @@ <script src="/bg/js/options.js"></script> <script src="/bg/js/profile-conditions.js"></script> <script src="/bg/js/request.js"></script> + <script src="/bg/js/text-source-map.js"></script> <script src="/bg/js/translator.js"></script> <script src="/bg/js/util.js"></script> <script src="/mixed/js/audio-system.js"></script> |