1
0
mirror of https://github.com/Circlepuller/Tinyboard.git synced 2025-04-27 01:43:43 +02:00

fix oekaki for ukko

This commit is contained in:
czaks 2013-08-17 17:50:31 -04:00
parent 9773cef5fa
commit 381cac2cb8

@ -30,7 +30,9 @@ function init_oekaki() {
attach_events();
}
init_oekaki();
if (active_page == 'index' || active_page == 'thread') {
init_oekaki();
}
//http://stackoverflow.com/a/5624139/1901658
function hexToRgb(hex) {