]> git.joonet.de Git - adminer.git/commitdiff
Improve comment
authorJakub Vrana <jakub@vrana.cz>
Sun, 2 Feb 2014 04:50:08 +0000 (20:50 -0800)
committerJakub Vrana <jakub@vrana.cz>
Sun, 2 Feb 2014 04:52:06 +0000 (20:52 -0800)
adminer/include/version.inc.php
adminer/static/functions.js
changes.txt

index 8f374a5aeab98c1f1485699ae709b13782070eea..2c5973a84b36fb6ae52362a97286121098495395 100644 (file)
@@ -1,2 +1,2 @@
 <?php
-$VERSION = "4.0.3";
+$VERSION = "4.0.4-dev";
index 3a8431e67be4d328b60e1e943569fb0c3959ff95..90a9b49314ae9d9341698be36814927fa64f0625 100644 (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();
        }
 }
index 612bed9caa9717be4360f1f90e7b730aa05aa1bd..efa698cccaf91b37ec94ac67facda852ed870751 100644 (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