move bootbox out of bootstrap

This commit is contained in:
Mario Vavti 2015-03-17 23:16:22 +01:00
parent 7966c2db4c
commit 9472d0a683
3 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ head_add_css('library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.c
require_once('view/php/theme_init.php');
head_add_js('library/bootstrap/js/bootstrap.min.js');
head_add_js('library/bootstrap/js/bootbox.min.js');
head_add_js('library/bootbox/bootbox.min.js');
head_add_js('library/datetimepicker/jquery.datetimepicker.js');
//head_add_js('library/colorpicker/js/colorpicker.js');
head_add_js('library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js');