From 18c7ef2a5dfa1503255209456b7f9a6339bf00d4 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 31 Jan 2014 18:21:14 +0100 Subject: [PATCH] Revert "wpaint.js: actually fix that" This reverts commit b564269692da4aaf8e4bb637db9883c679945215. --- js/wpaint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/wpaint.js b/js/wpaint.js index 0bd2c0cc..fb54761b 100644 --- a/js/wpaint.js +++ b/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'}); } });