diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-20 18:39:27 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-20 18:39:27 -0700 |
commit | 99ff808b8a7d3e7d4a4e6f04f13dcb18652532a2 (patch) | |
tree | 75408410d5e4eb71101924df37b16b8eec864181 /view/theme/redbasic/php | |
parent | 7e4e2f28dbc52316f4cef7c17a7c9e6ec7f607dc (diff) | |
parent | 76e98091690cf5f2726bf7cefea217d49b23a5b4 (diff) | |
download | volse-hubzilla-99ff808b8a7d3e7d4a4e6f04f13dcb18652532a2.tar.gz volse-hubzilla-99ff808b8a7d3e7d4a4e6f04f13dcb18652532a2.tar.bz2 volse-hubzilla-99ff808b8a7d3e7d4a4e6f04f13dcb18652532a2.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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'); |