diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-17 23:16:22 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-17 23:16:22 +0100 |
commit | 9472d0a6839e4ce820edcf431e8c809b66741987 (patch) | |
tree | 4f1c8d34516cbb7f895fed46d0f4395d71e0d883 /view | |
parent | 7966c2db4c027775f34ec26ef3b5bfce06f26605 (diff) | |
download | volse-hubzilla-9472d0a6839e4ce820edcf431e8c809b66741987.tar.gz volse-hubzilla-9472d0a6839e4ce820edcf431e8c809b66741987.tar.bz2 volse-hubzilla-9472d0a6839e4ce820edcf431e8c809b66741987.zip |
move bootbox out of bootstrap
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 23889680d..498d1ee15 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -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'); |