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