forked from leftypol/leftypol
full, working wPaint oekaki implementation; fixes vichan-devel#20
This commit is contained in:
parent
e4c3bba0f5
commit
1a9e4eaef6
4 changed files with 107 additions and 10 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue