mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
fix js load order
This commit is contained in:
parent
9ef003c3b5
commit
5a8e509624
1 changed files with 2 additions and 1 deletions
3
vendor/assets/javascripts/bootstrap.js
vendored
3
vendor/assets/javascripts/bootstrap.js
vendored
|
@ -5,8 +5,9 @@
|
|||
//= require bootstrap/collapse
|
||||
//= require bootstrap/dropdown
|
||||
//= require bootstrap/modal
|
||||
//= require bootstrap/popover
|
||||
//= require bootstrap/scrollspy
|
||||
//= require bootstrap/tab
|
||||
//= require bootstrap/tooltip
|
||||
// Popover depends on tooltip and must be included after it:
|
||||
//= require bootstrap/popover
|
||||
//= require bootstrap/transition
|
||||
|
|
Loading…
Add table
Reference in a new issue