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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user