full, working wPaint oekaki implementation; fixes vichan-devel#20

This commit is contained in:
czaks 2014-01-31 09:39:39 +01:00
parent e4c3bba0f5
commit 1a9e4eaef6
4 changed files with 107 additions and 10 deletions

View file

@ -23,7 +23,6 @@ $(function(){
$("#upload_file").hide();
$("#upload_url").hide();
$("#upload_embed").hide();
$("#oekaki").hide();
if (enabled_oekaki) {
if (window.oekaki.initialized) {
@ -53,7 +52,6 @@ $(function(){
enable_oekaki = function() {
disable_all();
$("#oekaki").show();
window.oekaki.init();
};