mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 19:54:13 +01:00
Revert "wpaint.js: actually fix that"
This reverts commit b564269692da4aaf8e4bb637db9883c679945215.
This commit is contained in:
parent
a41a2bfd5e
commit
18c7ef2a5d
@ -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'});
|
$('#wpaintctr .ui-resizable-se').css({'height':'12px', 'width':'12px'});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user