diff options
Diffstat (limited to 'ext/bg')
| -rw-r--r-- | ext/bg/guide.html | 4 | ||||
| -rw-r--r-- | ext/bg/legal.html | 4 | ||||
| -rw-r--r-- | ext/bg/options.html | 8 | ||||
| -rw-r--r-- | ext/bg/popup.html | 6 | ||||
| -rw-r--r-- | ext/bg/search.html | 6 | 
5 files changed, 14 insertions, 14 deletions
| diff --git a/ext/bg/guide.html b/ext/bg/guide.html index 3b3dcab7..6c38e351 100644 --- a/ext/bg/guide.html +++ b/ext/bg/guide.html @@ -3,8 +3,8 @@      <head>          <meta charset="UTF-8">          <title>Welcome to Yomichan!</title> -        <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">      </head>      <body>          <div class="container"> diff --git a/ext/bg/legal.html b/ext/bg/legal.html index 4b0a3649..fe9a007c 100644 --- a/ext/bg/legal.html +++ b/ext/bg/legal.html @@ -3,8 +3,8 @@      <head>          <meta charset="UTF-8">          <title>Yomichan Legal</title> -        <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">      </head>      <body>          <div class="container-fluid"> diff --git a/ext/bg/options.html b/ext/bg/options.html index bf00e3bd..3e457d2d 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -3,8 +3,8 @@      <head>          <meta charset="UTF-8">          <title>Yomichan Options</title> -        <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">          <style>              #anki-spinner, #anki-general, #anki-error,              #dict-spinner, #dict-error, #dict-warning, #dict-purge-progress, #dict-import-progress, @@ -250,8 +250,8 @@              </div>          </div> -        <script src="/mixed/lib/jquery-3.1.1.min.js"></script> -        <script src="/mixed/lib/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script> +        <script src="/mixed/lib/jquery.min.js"></script> +        <script src="/mixed/lib/bootstrap/js/bootstrap.min.js"></script>          <script src="/mixed/lib/handlebars.min.js"></script>          <script src="/bg/js/templates.js"></script>          <script src="/bg/js/util.js"></script> 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> diff --git a/ext/bg/search.html b/ext/bg/search.html index b8ab21b0..4c07ee61 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -3,8 +3,8 @@      <head>          <meta charset="UTF-8">          <title>Yomichan Search</title> -        <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/css/frame.css">      </head>      <body> @@ -32,7 +32,7 @@              <div id="content"></div>          </div> -        <script src="/mixed/lib/jquery-3.1.1.min.js"></script> +        <script src="/mixed/lib/jquery.min.js"></script>          <script src="/bg/js/util.js"></script>          <script src="/mixed/js/util.js"></script>          <script src="/mixed/js/display.js"></script> |