]> git.joonet.de Git - adminer.git/commitdiff
Set source checkbox only in click without Shift
authorJakub Vrana <jakub@vrana.cz>
Wed, 8 Aug 2012 15:54:15 +0000 (08:54 -0700)
committerJakub Vrana <jakub@vrana.cz>
Wed, 8 Aug 2012 15:54:15 +0000 (08:54 -0700)
adminer/static/functions.js

index ee080d80a4d9929394bccb5a421904b9a044ca29..6681964ab77df979ea85ff09a529c70b169da9e9 100644 (file)
@@ -152,8 +152,9 @@ function checkboxClick(event, el) {
                                }
                        }
                }
+       } else {
+               lastChecked = el;
        }
-       lastChecked = el;
 }
 
 /** Set HTML code of an element