1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 08:34:20 +02:00

Send the form by Ctrl+Enter in all textareas

This commit is contained in:
Jakub Vrana
2010-10-17 07:16:32 +02:00
parent 420faa3dc4
commit 644c355d94
9 changed files with 39 additions and 31 deletions

View File

@@ -214,7 +214,7 @@ if (DB != "") {
}
}
} else {
echo "<tr><td><textarea name='databases' rows='10' cols='20'></textarea>";
echo "<tr><td><textarea name='databases' rows='10' cols='20' onkeydown='return textareaKeydown(this, event);'></textarea>";
}
}
?>