The branch, master has been updated via 6ee25e5f22415c2cd2e99383d17795c6f80fdb21 (commit) from da0fc40022e97fd13a2ea154ece2438f8de9470b (commit)
- Log ----------------------------------------------------------------- commit 6ee25e5f22415c2cd2e99383d17795c6f80fdb21 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Tue Mar 15 21:03:44 2011 +0530
Comments for Commit:da0fc40022e97fd13a2ea154ece2438f8de9470b
-----------------------------------------------------------------------
Summary of changes: js/functions.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js index 94221b1..dbdc646 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; }
hooks/post-receive