diff options
author | RedMatrix <info@friendica.com> | 2014-10-07 09:01:54 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-10-07 09:01:54 +1100 |
commit | 7577227a6dcbc2484abb344422c52f1e50a4e214 (patch) | |
tree | ad3dc1285175cb2ec854dd3b8b4ba9c36108fe36 /view/theme/redbasic/php/theme_init.php | |
parent | 5be36112edf623c7ad266dce444913162486a6ba (diff) | |
parent | c528eef4b4eac174c28d2548f7a53bbf2c971b80 (diff) | |
download | volse-hubzilla-7577227a6dcbc2484abb344422c52f1e50a4e214.tar.gz volse-hubzilla-7577227a6dcbc2484abb344422c52f1e50a4e214.tar.bz2 volse-hubzilla-7577227a6dcbc2484abb344422c52f1e50a4e214.zip |
Merge pull request #618 from solstag/master
new version of moment.js to match datetimepicker
Diffstat (limited to 'view/theme/redbasic/php/theme_init.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 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'); |