Parent Directory
|
Revision Log
|
Revision Graph
Added by manfer: Added farbtastic color picker for color selections. Changed by manfer: Changes on configuration form layout. Changed by manfer: Improved performance.
| 1 | // $Id$ |
| 2 | $(document).ready(function() { |
| 3 | $('#pageear_customcolor_picker').farbtastic('#edit-custom-color'); |
| 4 | $('#pageear_closebuttoncolor_picker').farbtastic('#edit-closebutton-color'); |
| 5 | }); |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |