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

Avoid qsl in a loop

This commit is contained in:
Jakub Vrana
2018-02-08 09:30:16 +01:00
parent 686865bc10
commit 6e2f681faa
3 changed files with 5 additions and 2 deletions

View File

@@ -277,6 +277,9 @@ function tableClick(event, click) {
el.form['all'].checked = false;
formUncheck('all-page');
}
if (/^(tables|views)\[\]$/.test(el.name)) {
formUncheck('check-all');
}
trCheck(el);
}