From 24a1838b1306519cec7915d8179ac79c0f318741 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 5 Nov 2018 21:12:03 +0100 Subject: [PATCH] bootstrap 4 upgrade --- src/public/javascripts/dialogs/add_link.js | 2 +- src/public/javascripts/dialogs/options.js | 2 +- .../services/frontend_script_api.js | 2 +- .../javascripts/services/note_autocomplete.js | 7 +- .../javascripts/services/note_detail.js | 6 +- .../bootstrap/css/bootstrap-theme.css | 587 -- .../bootstrap/css/bootstrap-theme.css.map | 1 - .../bootstrap/css/bootstrap-theme.min.css | 6 - .../bootstrap/css/bootstrap-theme.min.css.map | 1 - .../libraries/bootstrap/css/bootstrap.css | 6757 ----------------- .../libraries/bootstrap/css/bootstrap.css.map | 1 - .../libraries/bootstrap/css/bootstrap.min.css | 7 +- .../bootstrap/css/bootstrap.min.css.map | 2 +- .../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 .../bootstrap/js/bootstrap.bundle.min.js | 7 + .../bootstrap/js/bootstrap.bundle.min.js.map | 1 + .../libraries/bootstrap/js/bootstrap.js | 2377 ------ .../libraries/bootstrap/js/bootstrap.min.js | 7 - src/public/libraries/bootstrap/js/npm.js | 13 - src/public/stylesheets/style.css | 9 +- src/services/enex.js | 2 - src/views/index.ejs | 64 +- 26 files changed, 64 insertions(+), 10085 deletions(-) delete mode 100644 src/public/libraries/bootstrap/css/bootstrap-theme.css delete mode 100644 src/public/libraries/bootstrap/css/bootstrap-theme.css.map delete mode 100644 src/public/libraries/bootstrap/css/bootstrap-theme.min.css delete mode 100644 src/public/libraries/bootstrap/css/bootstrap-theme.min.css.map delete mode 100644 src/public/libraries/bootstrap/css/bootstrap.css delete mode 100644 src/public/libraries/bootstrap/css/bootstrap.css.map delete mode 100644 src/public/libraries/bootstrap/fonts/glyphicons-halflings-regular.eot delete mode 100644 src/public/libraries/bootstrap/fonts/glyphicons-halflings-regular.svg delete mode 100644 src/public/libraries/bootstrap/fonts/glyphicons-halflings-regular.ttf delete mode 100644 src/public/libraries/bootstrap/fonts/glyphicons-halflings-regular.woff delete mode 100644 src/public/libraries/bootstrap/fonts/glyphicons-halflings-regular.woff2 create mode 100644 src/public/libraries/bootstrap/js/bootstrap.bundle.min.js create mode 100644 src/public/libraries/bootstrap/js/bootstrap.bundle.min.js.map delete mode 100644 src/public/libraries/bootstrap/js/bootstrap.js delete mode 100644 src/public/libraries/bootstrap/js/bootstrap.min.js delete mode 100644 src/public/libraries/bootstrap/js/npm.js diff --git a/src/public/javascripts/dialogs/add_link.js b/src/public/javascripts/dialogs/add_link.js index 659ebec7c..88e462dab 100644 --- a/src/public/javascripts/dialogs/add_link.js +++ b/src/public/javascripts/dialogs/add_link.js @@ -41,7 +41,7 @@ async function showDialog() { $dialog.dialog({ modal: true, - width: 700 + width: 800 }); $autoComplete.val('').focus(); diff --git a/src/public/javascripts/dialogs/options.js b/src/public/javascripts/dialogs/options.js index 4a6b0b162..f1da026bc 100644 --- a/src/public/javascripts/dialogs/options.js +++ b/src/public/javascripts/dialogs/options.js @@ -22,7 +22,7 @@ async function showDialog() { $dialog.dialog({ modal: true, - width: 900 + width: 1000 }); $tabs.tabs(); diff --git a/src/public/javascripts/services/frontend_script_api.js b/src/public/javascripts/services/frontend_script_api.js index 35391b426..e57f963fd 100644 --- a/src/public/javascripts/services/frontend_script_api.js +++ b/src/public/javascripts/services/frontend_script_api.js @@ -64,7 +64,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null) { .addClass("ui-icon ui-icon-" + opts.icon); const button = $(' @@ -141,36 +141,36 @@     @@ -318,9 +318,11 @@
- + - +
+ +
@@ -348,9 +350,11 @@
- + - +
+ +
@@ -777,8 +781,8 @@ - - + +