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

Fix displaying SQL command after Save and continue edit

This commit is contained in:
Jakub Vrana
2019-07-15 13:16:24 +02:00
parent 45caae1660
commit 10b00e13b1
3 changed files with 5 additions and 2 deletions

View File

@@ -672,6 +672,7 @@ function ajaxForm(form, message, button) {
if (window.jush) {
jush.highlight_tag(qsa('code', qs('#ajaxstatus')), 0);
}
messagesPrint(qs('#ajaxstatus'));
}, data, message);
}