From 6ee25e5f22415c2cd2e99383d17795c6f80fdb21 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 15 Mar 2011 21:03:44 +0530 Subject: [PATCH] Comments for Commit:da0fc40022e97fd13a2ea154ece2438f8de9470b --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 94221b1b6..dbdc646fc 100644 --- a/js/functions.js +++ b/js/functions.js @@ -593,7 +593,7 @@ $(document).ready(function() { * this behavior. */ $('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 *')) { return; }