diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-24 11:46:29 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-24 11:46:29 -0500 |
commit | 91c54e1853025c82b9f9e60c490c989ff7149d7d (patch) | |
tree | 5dfa4df2fb723414692670bc0c7b9ee7781baad9 /ext/bg/context.html | |
parent | 10b33dbd20d33b7497f500c11ad343399fc338a9 (diff) |
Remove JQuery from the context popup window
Diffstat (limited to 'ext/bg/context.html')
-rw-r--r-- | ext/bg/context.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/context.html b/ext/bg/context.html index 52645022..bd62270b 100644 --- a/ext/bg/context.html +++ b/ext/bg/context.html @@ -178,8 +178,6 @@ </a> </div> - <script src="/mixed/lib/jquery.min.js"></script> - <script src="/mixed/js/extension.js"></script> <script src="/bg/js/api.js"></script> |