summaryrefslogtreecommitdiff
path: root/ext/bg/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r--ext/bg/popup.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html
index 968b386d..dec52795 100644
--- a/ext/bg/popup.html
+++ b/ext/bg/popup.html
@@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css">
- <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css">
+ <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
+ <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap-toggle/bootstrap-toggle.min.css">
<style type="text/css">
body {
@@ -27,7 +27,7 @@
<button type="button" id="open-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button>
</div>
</p>
- <script src="/mixed/lib/jquery-3.1.1.min.js"></script>
+ <script src="/mixed/lib/jquery.min.js"></script>
<script src="/mixed/lib/bootstrap-toggle/bootstrap-toggle.min.js"></script>
<script src="/mixed/lib/handlebars.min.js"></script>
<script src="/bg/js/util.js"></script>