diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-06-20 11:52:09 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-06-20 11:52:09 +0200 |
commit | aed1373b7099a081f258d36270df509eeed9ddcd (patch) | |
tree | 537cee378df295a4d196c650dc41924bc7615847 /view/theme/redbasic/php | |
parent | 3b5e1c05b78f72a31eda76b0ff90d08b58ee452d (diff) | |
download | volse-hubzilla-aed1373b7099a081f258d36270df509eeed9ddcd.tar.gz volse-hubzilla-aed1373b7099a081f258d36270df509eeed9ddcd.tar.bz2 volse-hubzilla-aed1373b7099a081f258d36270df509eeed9ddcd.zip |
update bs4-dev and use min version of popper
Diffstat (limited to 'view/theme/redbasic/php')
-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 bfeabcb46..b12d80ea5 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -8,7 +8,7 @@ head_add_css('/library/datetimepicker/jquery.datetimepicker.css'); head_add_css('/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css'); require_once('view/php/theme_init.php'); -head_add_js('/library/popper/popper.js'); +head_add_js('/library/popper/popper.min.js'); head_add_js('/library/bootstrap/js/bootstrap.min.js'); head_add_js('/library/bootbox/bootbox.min.js'); head_add_js('/library/bootstrap-tagsinput/bootstrap-tagsinput.js'); |