remove old oekaki; see vichan-devel#20

This commit is contained in:
czaks
2014-01-29 22:59:29 +01:00
parent 4636f5b6ef
commit ff9b684f7e
8 changed files with 0 additions and 1288 deletions

View File

@@ -751,15 +751,6 @@
// Allow unfiltered HTML in board subtitle. This is useful for placing icons and links.
$config['allow_subtitle_html'] = false;
// 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;
$config['oekaki']['width'] = 500;
/*
* ====================
* Display settings