Browse Source

Revert "wpaint.js: actually fix that"

This reverts commit b564269692.
pull/40/head
czaks 10 years ago
parent
commit
18c7ef2a5d
  1. 2
      js/wpaint.js

2
js/wpaint.js

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

Loading…
Cancel
Save