1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 03:28:22 +02:00

wpaint.js: add default settings; vichan-devel#20

This commit is contained in:
czaks 2014-01-29 23:03:50 +01:00
parent ff9b684f7e
commit 72b3220f72

View File

@ -43,3 +43,11 @@ tb_settings['ajax'] = {
// Always act as if "noko" was typed when posting replies with the ajax script
always_noko_replies: false
};
// wpaint.js
tb_settings['wpaint'] = {
// Canvas width
width: 500,
// Canvas height
height: 250
};