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