aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorAlexandre Hannud Abdo <abdo@member.fsf.org>2014-10-06 11:55:37 -0300
committerAlexandre Hannud Abdo <abdo@member.fsf.org>2014-10-06 11:55:37 -0300
commitc528eef4b4eac174c28d2548f7a53bbf2c971b80 (patch)
treeb139a0cbb17775e6801c85dc21184cec633893f2 /view
parent34ef3fda76a924d09e77a698e38b79922b8b7f88 (diff)
downloadvolse-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')
-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 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');