mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Avoid qsl in check[]
Table with 1000 rows rendered in 1.8 instead of 7.5 seconds.
This commit is contained in:
@@ -273,6 +273,10 @@ function tableClick(event, click) {
|
||||
el.checked = !el.checked;
|
||||
el.onclick && el.onclick();
|
||||
}
|
||||
if (el.name == 'check[]') {
|
||||
el.form['all'].checked = false;
|
||||
formUncheck('all-page');
|
||||
}
|
||||
trCheck(el);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user