diff options
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r-- | ext/bg/popup.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html index 388cff9c..22fc0d40 100644 --- a/ext/bg/popup.html +++ b/ext/bg/popup.html @@ -29,9 +29,8 @@ </p> <script src="/mixed/lib/jquery-3.1.1.min.js"></script> <script src="/mixed/lib/bootstrap-toggle/bootstrap-toggle.min.js"></script> - <script src="/bg/js/gecko.js"></script> + <script src="/mixed/lib/handlebars.min.js"></script> <script src="/bg/js/util.js"></script> - <script src="/bg/js/options.js"></script> <script src="/bg/js/popup.js"></script> </body> </html> |