overleaf/services/web/frontend/js/bootstrap-3.ts

7 lines
202 B
TypeScript
Raw Normal View History

import 'bootstrap'
import './features/contact-form'
import './features/bookmarkable-tab/index'
$('[data-ol-lang-selector-tooltip]').tooltip({ trigger: 'hover' })
$('[data-toggle="tooltip"]').tooltip()