Allow newlines in budget textareas
This commit is contained in:
parent
1324195a1a
commit
0da9bebcae
@ -209,7 +209,7 @@
|
||||
});
|
||||
|
||||
// Interferes with jsGrid
|
||||
$('.ui.form').on('keyup keypress', function(e) {
|
||||
$('.ui.form').on('keyup keypress', ':input:not(textarea)', function(e) {
|
||||
var keyCode = e.keyCode || e.which;
|
||||
if (keyCode === 13) {
|
||||
e.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user