Comments for Commit:da0fc40022e97fd13a2ea154ece2438f8de9470b
This commit is contained in:
@@ -593,7 +593,7 @@ $(document).ready(function() {
|
|||||||
* this behavior.
|
* this behavior.
|
||||||
*/
|
*/
|
||||||
$('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) {
|
$('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) {
|
||||||
//do not trigger when clicked on anchor or inside input element (in inline editing mode) with exception of the first checkbox
|
// do not trigger when clicked on anchor
|
||||||
if ($(e.target).is('a, a *')) {
|
if ($(e.target).is('a, a *')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user