diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-03-25 19:36:44 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-03-25 19:36:44 +0100 |
commit | 51ee3964c0f799fa9786ddd85b54707c43cd3509 (patch) | |
tree | aab2616b9e69bfe2bf2b32070aba71a5cb24f76f /view | |
parent | c972a94b0125bcb82ef3fe8e97adef45f94404f2 (diff) | |
download | volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.gz volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.bz2 volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.zip |
Well, if you want to add a color picker it is indeed a good idea
to include the color picker.
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 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'); |