1
0
Fork 0
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:
gleb 2013-05-28 20:04:23 +02:00
parent 9ef003c3b5
commit 5a8e509624

View file

@ -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