tiny fix: add bootstrap responsive to loader

This commit is contained in:
vitalets
2012-11-21 17:11:37 +04:00
parent a5b737e379
commit 0466ec61d7
3 changed files with 6 additions and 2 deletions
src/editable-form
test

@ -73,10 +73,12 @@ function getAssets(f, c, src, libs) {
//style
css.push('style.css');
} else { //bootstrap
/* bootstrap */
} else {
//core
js.unshift(bootstrap+'js/bootstrap.js')
css.unshift(bootstrap+'css/bootstrap.css');
css.unshift(bootstrap+'css/bootstrap-responsive.css');
//editable
js.push(forms+'editable-form-bootstrap.js');