js/listFunctions.js
/** * prevent normal links from being overwritten by row toggling */ $('table.list a').click ( function(e) { document.location.href= this.href; return false } );