diff options
author | friendica <info@friendica.com> | 2014-03-25 12:47:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-25 12:47:46 -0700 |
commit | f14596b1ebeecf2c75939374136c830e44dbd923 (patch) | |
tree | cef612ce9d8e9ac7d0676e4c01be48aea5d9e4f4 /view/theme/redbasic/php/theme_init.php | |
parent | dc091800c3a138810b2c14127dfa2fe4fab3616b (diff) | |
parent | fbb12ca86acf40bf61f2ad8f69aee78db8df8dcb (diff) | |
download | volse-hubzilla-f14596b1ebeecf2c75939374136c830e44dbd923.tar.gz volse-hubzilla-f14596b1ebeecf2c75939374136c830e44dbd923.tar.bz2 volse-hubzilla-f14596b1ebeecf2c75939374136c830e44dbd923.zip |
Merge https://github.com/friendica/red into zpull
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 552399329..2da04a389 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -15,5 +15,5 @@ head_add_js('library/bootstrap-datetimepicker/js/moment.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'); -head_add_js('library/bootstrap-colorpicker/src/js/docs.js'); +//head_add_js('library/bootstrap-colorpicker/src/js/docs.js'); |