From 381cac2cb869a1a6f784deba069ff08ab769aeba Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 17 Aug 2013 17:50:31 -0400 Subject: [PATCH] fix oekaki for ukko --- js/oekaki.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/oekaki.js b/js/oekaki.js index fc4eb4b2..6197386d 100644 --- a/js/oekaki.js +++ b/js/oekaki.js @@ -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) {