aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-17 23:16:22 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-17 23:16:22 +0100
commit9472d0a6839e4ce820edcf431e8c809b66741987 (patch)
tree4f1c8d34516cbb7f895fed46d0f4395d71e0d883 /view
parent7966c2db4c027775f34ec26ef3b5bfce06f26605 (diff)
downloadvolse-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.php2
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');