aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-16 20:17:39 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-16 20:17:39 -0700
commitf7fa1bc51c3fb6c483195e5d76f6e5e668037e30 (patch)
treec41c84e76b6f9a851085f07778a7cd67c1e68225 /ext
parent9ceef4649f07211079017d2cfcbc3756dd9a509b (diff)
Moving lib
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/background.html3
-rw-r--r--ext/bg/options.html6
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap.css (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.css)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap.css.map (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.css.map)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css.map (renamed from ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css.map)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot (renamed from ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot)bin20127 -> 20127 bytes
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg (renamed from ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff (renamed from ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff)bin23424 -> 23424 bytes
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2 (renamed from ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2)bin18028 -> 18028 bytes
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/js/bootstrap.js (renamed from ext/bg/lib/bootstrap-3.3.6-dist/js/bootstrap.js)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/js/bootstrap.min.js (renamed from ext/bg/lib/bootstrap-3.3.6-dist/js/bootstrap.min.js)0
-rw-r--r--ext/lib/bootstrap-3.3.6-dist/js/npm.js (renamed from ext/bg/lib/bootstrap-3.3.6-dist/js/npm.js)0
-rw-r--r--ext/lib/handlebars.min.js (renamed from ext/bg/lib/handlebars.min.js)0
-rw-r--r--ext/lib/jquery-2.2.2.min.js (renamed from ext/bg/lib/jquery-2.2.2.min.js)0
19 files changed, 4 insertions, 5 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html
index 9f07ef6e..c35e917d 100644
--- a/ext/bg/background.html
+++ b/ext/bg/background.html
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<body>
- <script src="lib/handlebars.min.js"></script>
- <script src="lib/jquery-2.2.2.min.js"></script>
+ <script src="../lib/handlebars.min.js"></script>
<script src="js/templates.js"></script>
<script src="js/dictionary.js"></script>
<script src="js/deinflector.js"></script>
diff --git a/ext/bg/options.html b/ext/bg/options.html
index a3588642..7e47ae6b 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
- <title>Here go options</title>
- <link rel="stylesheet" type="text/css" href="lib/bootstrap-3.3.6-dist/css/bootstrap.min.css">
- <link rel="stylesheet" type="text/css" href="lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
+ <title>Yomichan Options</title>
+ <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap.min.css">
+ <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
<style type="text/css">
.notifyAlerts {
display: none;
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css
index ebe57fbf..ebe57fbf 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
index 21e19101..21e19101 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
index dc95d8e4..dc95d8e4 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
index 2c6b65af..2c6b65af 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.css b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.css
index 42c79d6e..42c79d6e 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.css
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.css
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.css.map b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.css.map
index 09f8cda7..09f8cda7 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.css.map
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.css.map
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css
index 4cf729e4..4cf729e4 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css.map b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
index 5f49bb37..5f49bb37 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
+++ b/ext/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
index b93a4953..b93a4953 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
+++ b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
Binary files differ
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
index 94fb5490..94fb5490 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
+++ b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
index 9e612858..9e612858 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
+++ b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
Binary files differ
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2 b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
index 64539b54..64539b54 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
+++ b/ext/lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
Binary files differ
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/js/bootstrap.js b/ext/lib/bootstrap-3.3.6-dist/js/bootstrap.js
index 01fbbcba..01fbbcba 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/js/bootstrap.js
+++ b/ext/lib/bootstrap-3.3.6-dist/js/bootstrap.js
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/js/bootstrap.min.js b/ext/lib/bootstrap-3.3.6-dist/js/bootstrap.min.js
index e79c0651..e79c0651 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/js/bootstrap.min.js
+++ b/ext/lib/bootstrap-3.3.6-dist/js/bootstrap.min.js
diff --git a/ext/bg/lib/bootstrap-3.3.6-dist/js/npm.js b/ext/lib/bootstrap-3.3.6-dist/js/npm.js
index bf6aa806..bf6aa806 100644
--- a/ext/bg/lib/bootstrap-3.3.6-dist/js/npm.js
+++ b/ext/lib/bootstrap-3.3.6-dist/js/npm.js
diff --git a/ext/bg/lib/handlebars.min.js b/ext/lib/handlebars.min.js
index 4e2aa8fe..4e2aa8fe 100644
--- a/ext/bg/lib/handlebars.min.js
+++ b/ext/lib/handlebars.min.js
diff --git a/ext/bg/lib/jquery-2.2.2.min.js b/ext/lib/jquery-2.2.2.min.js
index 3b7a7f23..3b7a7f23 100644
--- a/ext/bg/lib/jquery-2.2.2.min.js
+++ b/ext/lib/jquery-2.2.2.min.js