Skip to content

Commit

Permalink
Remove usages of bootstrap
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jan 30, 2023
1 parent cdc609b commit 8d6769d
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 38 deletions.
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
4 changes: 2 additions & 2 deletions dist/comments-comments-app.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8d6769d

Please sign in to comment.