mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Call onchange
This commit is contained in:
@@ -178,6 +178,7 @@ function textareaKeypress(target, event, tab, button) {
|
||||
}
|
||||
}
|
||||
if (event.ctrlKey && (event.keyCode == 13 || event.keyCode == 10) && !event.altKey && !event.metaKey) { // shiftKey allowed
|
||||
target.blur();
|
||||
if (button) {
|
||||
button.click();
|
||||
} else if (!target.form.onsubmit || target.form.onsubmit() !== false) {
|
||||
|
Reference in New Issue
Block a user