mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
Revert "wpaint.js: prevent submission on color change"
This reverts commit 3a97ff1a7e49354c40dacb26a94b1f574ecfbda7.
This commit is contained in:
parent
512130cdfb
commit
cf563b97de
@ -86,8 +86,6 @@ oekaki.init = function() {
|
||||
alsoResize: "#wpaintdiv, #wpaintdiv canvas",
|
||||
});
|
||||
|
||||
|
||||
$("#wpaintdiv input").on("keydown", function(e) { if (e.keycode == 13) e.preventDefault(); });
|
||||
$('#wpaintctr .ui-resizable-se').css({'height':'12px', 'width':'12px'});
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user