From 5fd21e122af26a15df405a5be42be1692c732aa2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 8 Aug 2012 08:54:15 -0700 Subject: [PATCH] Set source checkbox only in click without Shift --- adminer/static/functions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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