1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 10:34:01 +02:00

Set source checkbox only in click without Shift

This commit is contained in:
Jakub Vrana
2012-08-08 08:54:15 -07:00
parent b783b9487d
commit 5fd21e122a

View File

@@ -152,8 +152,9 @@ function checkboxClick(event, el) {
} }
} }
} }
} else {
lastChecked = el;
} }
lastChecked = el;
} }
/** Set HTML code of an element /** Set HTML code of an element