mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove usages of bootstrap
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b4f4e19335
commit
04e1e2f83e
2 changed files with 0 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue