Comments for Commit:da0fc40022e97fd13a2ea154ece2438f8de9470b

This commit is contained in:
Madhura Jayaratne
2011-03-15 21:03:44 +05:30
parent da0fc40022
commit 6ee25e5f22

View File

@@ -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;
} }