}
/** Install toggle handler
+* @param [HTMLElement]
*/
-function messagesPrint() {
- var els = qsa('.toggle', document);
+function messagesPrint(el) {
+ var els = qsa('.toggle', el || document);
for (var i = 0; i < els.length; i++) {
els[i].onclick = partial(toggle, els[i].getAttribute('href').substr(1));
}
if (window.jush) {
jush.highlight_tag(qsa('code', qs('#ajaxstatus')), 0);
}
+ messagesPrint(qs('#ajaxstatus'));
}, data, message);
}
Do not attempt logging in without password (bug #676)
Stretch footer over the whole table width (bug #624)
Allow overwriting tables when copying them
+Fix displaying SQL command after Save and continue edit
Cache busting for adminer.css
MySQL: Fix displaying multi-columns foreign keys (bug #675)
MySQL: Fix creating users and changing password in MySQL 8 (bug #663)