Browse Source

fix oekaki for ukko

pull/40/head
czaks 11 years ago
parent
commit
381cac2cb8
  1. 4
      js/oekaki.js

4
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) {

Loading…
Cancel
Save