Bundle jscolor

This commit is contained in:
ctrlcctrlv 2013-08-17 19:42:00 +00:00
parent 979e5754a5
commit 5c2ec21e13
6 changed files with 997 additions and 0 deletions

View file

@ -644,6 +644,8 @@
// Oekaki - To enable oekaki, just enable its script with:
// $config['additional_javascript'][] = 'js/oekaki.js';
// Color selection in oekaki can be greatly improved by including the bundled jscolor script.
// $config['additional_javascript'][] = 'js/jscolor/jscolor.js';
// $config['oekaki'] holds Oekaki options, which are currently just default canvas size.
$config['oekaki']['height'] = 250;