From: Jakub Vrana Date: Wed, 8 Aug 2012 15:54:15 +0000 (-0700) Subject: Set source checkbox only in click without Shift X-Git-Tag: v3.5.1~10 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5fd21e122af26a15df405a5be42be1692c732aa2;p=adminer.git Set source checkbox only in click without Shift --- diff --git a/adminer/static/functions.js b/adminer/static/functions.js index ee080d80..6681964a 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -152,8 +152,9 @@ function checkboxClick(event, el) { } } } + } else { + lastChecked = el; } - lastChecked = el; } /** Set HTML code of an element