diff options
author | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-10-06 11:55:37 -0300 |
---|---|---|
committer | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-10-06 11:55:37 -0300 |
commit | c528eef4b4eac174c28d2548f7a53bbf2c971b80 (patch) | |
tree | b139a0cbb17775e6801c85dc21184cec633893f2 /view/theme/redbasic | |
parent | 34ef3fda76a924d09e77a698e38b79922b8b7f88 (diff) | |
download | volse-hubzilla-c528eef4b4eac174c28d2548f7a53bbf2c971b80.tar.gz volse-hubzilla-c528eef4b4eac174c28d2548f7a53bbf2c971b80.tar.bz2 volse-hubzilla-c528eef4b4eac174c28d2548f7a53bbf2c971b80.zip |
new version of moment.js to match datetimepicker
Diffstat (limited to 'view/theme/redbasic')
-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 2da04a389..2fbca2ef0 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -11,7 +11,7 @@ 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/bootstrap-datetimepicker/js/moment.js'); +head_add_js('library/bootstrap-datetimepicker/js/moment.min.js'); head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js'); //head_add_js('library/colorpicker/js/colorpicker.js'); head_add_js('library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js'); |