diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-30 13:48:15 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-01-30 13:48:15 +0100 |
commit | 04e1e2f83e7b3e946665abf6b5eabf2d77b881ea (patch) | |
tree | 8768732d106572bde80f141a67c159913e557586 /core/src | |
parent | b4f4e19335779069f86cd2e76a3ca3f3c45b8181 (diff) | |
download | nextcloud-server-04e1e2f83e7b3e946665abf6b5eabf2d77b881ea.tar.gz nextcloud-server-04e1e2f83e7b3e946665abf6b5eabf2d77b881ea.zip |
Remove usages of bootstrap
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/globals.js | 1 | ||||
-rw-r--r-- | core/src/install.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 466670a2421..98bb6f64db8 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -37,7 +37,6 @@ import 'jquery-ui-dist/jquery-ui.theme.css' // END TODO import autosize from 'autosize' import Backbone from 'backbone' -import 'bootstrap/js/dist/tooltip' import './Polyfill/tooltip' import ClipboardJS from 'clipboard' import { dav } from 'davclient.js' diff --git a/core/src/install.js b/core/src/install.js index 6dbae452d31..9892e45f8b6 100644 --- a/core/src/install.js +++ b/core/src/install.js @@ -33,7 +33,6 @@ import 'jquery-ui/ui/widgets/button' import 'jquery-ui/themes/base/theme.css' import 'jquery-ui/themes/base/button.css' -import 'bootstrap/js/dist/tooltip' import './Polyfill/tooltip' import 'strengthify' |