aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/theme_init.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-06-20 11:52:09 +0200
committerMario Vavti <mario@mariovavti.com>2017-06-20 11:52:09 +0200
commitaed1373b7099a081f258d36270df509eeed9ddcd (patch)
tree537cee378df295a4d196c650dc41924bc7615847 /view/theme/redbasic/php/theme_init.php
parent3b5e1c05b78f72a31eda76b0ff90d08b58ee452d (diff)
downloadvolse-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/theme_init.php')
-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 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');