wpaint.js: actually actually fix that

This commit is contained in:
czaks 2014-01-31 18:18:42 +01:00
parent b564269692
commit 81ee819e5a

View File

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