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

Improve comment

This commit is contained in:
Jakub Vrana
2014-02-01 20:50:08 -08:00
parent cbb612aaaa
commit f4592e3603
3 changed files with 4 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ function parentTag(el, tag) {
function trCheck(el) {
var tr = parentTag(el, 'tr');
alterClass(tr, 'checked', el.checked);
if (el.form && el.form['all'] && el.form['all'].onclick) { // Opera thinks that 'all' is who knows what
if (el.form && el.form['all'] && el.form['all'].onclick) { // Opera treats form.all as document.all
el.form['all'].onclick();
}
}