Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove usages of bootstrap
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jan 30, 2023
commit 04e1e2f83e7b3e946665abf6b5eabf2d77b881ea
1 change: 0 additions & 1 deletion core/src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion core/src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down