diff options
author | RedMatrix <info@friendica.com> | 2014-03-26 06:37:47 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-03-26 06:37:47 +1100 |
commit | 0e10f81d44c20843060e9cb892c44c31ce538b27 (patch) | |
tree | bfccad9c92e09f2e2b4c660776064c5fa7c04c2e /view | |
parent | a868e73d5fe3ec1ad4a6f9835632432c742cd282 (diff) | |
parent | 51ee3964c0f799fa9786ddd85b54707c43cd3509 (diff) | |
download | volse-hubzilla-0e10f81d44c20843060e9cb892c44c31ce538b27.tar.gz volse-hubzilla-0e10f81d44c20843060e9cb892c44c31ce538b27.tar.bz2 volse-hubzilla-0e10f81d44c20843060e9cb892c44c31ce538b27.zip |
Merge pull request #379 from cvogeley/master
Well, if you want to add a color picker it is indeed a good idea
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'); |