diff options
author | friendica <info@friendica.com> | 2014-10-06 15:16:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-06 15:16:46 -0700 |
commit | 6e4f7383f154b906a6880d13d7c233b8ea7a5e6a (patch) | |
tree | 3cf75d9a59e461e441b48f660a2e1248889cc142 /view | |
parent | dc6b789871eeae893ff406c02606cd1de4ecd1e8 (diff) | |
parent | 7577227a6dcbc2484abb344422c52f1e50a4e214 (diff) | |
download | volse-hubzilla-6e4f7383f154b906a6880d13d7c233b8ea7a5e6a.tar.gz volse-hubzilla-6e4f7383f154b906a6880d13d7c233b8ea7a5e6a.tar.bz2 volse-hubzilla-6e4f7383f154b906a6880d13d7c233b8ea7a5e6a.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-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'); |