From 13ab25dfa3e3ca99235e3bfd2189e7413e2945c8 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 25 Mar 2017 22:39:40 -0700 Subject: file reorg, updating jquery and handlebars --- ext/bg/guide.html | 4 +- ext/bg/legal.html | 4 +- ext/bg/options.html | 8 +- ext/bg/popup.html | 6 +- ext/bg/search.html | 6 +- ext/fg/frame.html | 6 +- .../bootstrap-3.3.7-dist/css/bootstrap-theme.css | 587 -- .../css/bootstrap-theme.css.map | 1 - .../css/bootstrap-theme.min.css | 6 - .../css/bootstrap-theme.min.css.map | 1 - .../lib/bootstrap-3.3.7-dist/css/bootstrap.css | 6757 -------------------- .../lib/bootstrap-3.3.7-dist/css/bootstrap.css.map | 1 - .../lib/bootstrap-3.3.7-dist/css/bootstrap.min.css | 6 - .../bootstrap-3.3.7-dist/css/bootstrap.min.css.map | 1 - .../fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 288 - .../fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes ext/mixed/lib/bootstrap-3.3.7-dist/js/bootstrap.js | 2377 ------- .../lib/bootstrap-3.3.7-dist/js/bootstrap.min.js | 7 - ext/mixed/lib/bootstrap-3.3.7-dist/js/npm.js | 13 - ext/mixed/lib/bootstrap/css/bootstrap-theme.css | 587 ++ .../lib/bootstrap/css/bootstrap-theme.css.map | 1 + .../lib/bootstrap/css/bootstrap-theme.min.css | 6 + .../lib/bootstrap/css/bootstrap-theme.min.css.map | 1 + ext/mixed/lib/bootstrap/css/bootstrap.css | 6757 ++++++++++++++++++++ ext/mixed/lib/bootstrap/css/bootstrap.css.map | 1 + ext/mixed/lib/bootstrap/css/bootstrap.min.css | 6 + ext/mixed/lib/bootstrap/css/bootstrap.min.css.map | 1 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../fonts/glyphicons-halflings-regular.svg | 288 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes ext/mixed/lib/bootstrap/js/bootstrap.js | 2377 +++++++ ext/mixed/lib/bootstrap/js/bootstrap.min.js | 7 + ext/mixed/lib/bootstrap/js/npm.js | 13 + ext/mixed/lib/handlebars.min.js | 60 +- ext/mixed/lib/jquery-3.1.1.min.js | 4 - ext/mixed/lib/jquery.min.js | 4 + 41 files changed, 10070 insertions(+), 10122 deletions(-) delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.css delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.css delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.css.map delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css.map delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/js/bootstrap.js delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/js/bootstrap.min.js delete mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/js/npm.js create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap-theme.css create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap-theme.css.map create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap-theme.min.css create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap-theme.min.css.map create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap.css create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap.css.map create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap.min.css create mode 100644 ext/mixed/lib/bootstrap/css/bootstrap.min.css.map create mode 100644 ext/mixed/lib/bootstrap/fonts/glyphicons-halflings-regular.eot create mode 100644 ext/mixed/lib/bootstrap/fonts/glyphicons-halflings-regular.svg create mode 100644 ext/mixed/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf create mode 100644 ext/mixed/lib/bootstrap/fonts/glyphicons-halflings-regular.woff create mode 100644 ext/mixed/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 create mode 100644 ext/mixed/lib/bootstrap/js/bootstrap.js create mode 100644 ext/mixed/lib/bootstrap/js/bootstrap.min.js create mode 100644 ext/mixed/lib/bootstrap/js/npm.js delete mode 100644 ext/mixed/lib/jquery-3.1.1.min.js create mode 100644 ext/mixed/lib/jquery.min.js 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 @@ Welcome to Yomichan! - - + +
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 @@ Yomichan Legal - - + +
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 @@ Yomichan Options - - + +