1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00

Send the form by AJAX with Ctrl+Enter

This commit is contained in:
Jakub Vrana
2010-10-17 08:02:12 +02:00
parent ea38096433
commit 1a5bec94d9
2 changed files with 2 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ function selectDblClick(td, event, text) {
});
input.rows = rows;
input.onkeydown = function (event) {
return textareaKeydown(input, event || window.event);
return textareaKeydown(input, event || window.event, false, document.getElementById('save'));
};
}
if (document.selection) {