1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 09:27:24 +01:00

Revert "wpaint.js: actually actually fix that"

This reverts commit 81ee819e5ab7a5f11405c3283d9a7d414fc3ac61.
This commit is contained in:
czaks 2014-01-31 18:21:05 +01:00
parent 5e8b3c4b48
commit 93996aa16d

View File

@ -87,7 +87,7 @@ oekaki.init = function() {
});
$("#wpaintdiv").on("keydown", "input", function(e) { if (e.keycode == 13) { e.preventDefault(); e.stopPropagation(); } });
$("#wpaintdiv input").on("keydown", function(e) { if (e.keycode == 13) { e.preventDefault(); e.stopPropagation(); } });
$('#wpaintctr .ui-resizable-se').css({'height':'12px', 'width':'12px'});
}
});