From 04e1e2f83e7b3e946665abf6b5eabf2d77b881ea Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 30 Jan 2023 13:48:15 +0100 Subject: [PATCH] Remove usages of bootstrap Signed-off-by: Joas Schilling --- core/src/globals.js | 1 - core/src/install.js | 1 - 2 files changed, 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'