Retrospring/app/javascript/packs/legacy/bootstrap.coffee

5 lines
94 B
CoffeeScript
Raw Normal View History

import 'popper.js'
import 'bootstrap'
$(document).ready ->
$('.dropdown-toggle').dropdown()