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

@ -1,2 +1,2 @@
<?php
$VERSION = "4.0.3";
$VERSION = "4.0.4-dev";

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();
}
}

View file

@ -1,3 +1,5 @@
Adminer 4.0.4-dev:
Adminer 4.0.3 (released 2014-02-01)
MongoDB: insert, truncate, indexes
SimpleDB, MongoDB: insert more fields at once