src/hg/js/hgTracks.js 1.21
1.21 2009/04/03 23:17:11 tdreszer
Convert all href links to posts in order to save the users settings to the cart
Index: src/hg/js/hgTracks.js
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/hgTracks.js,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/hg/js/hgTracks.js 3 Apr 2009 22:42:51 -0000 1.20
+++ src/hg/js/hgTracks.js 3 Apr 2009 23:17:11 -0000 1.21
@@ -324,9 +324,10 @@
}
$(document).ready(function()
{
- $('a,area').not("[href*='#']").bind("click",function(i) {
+ //$('a,area').not("[href*='#']").bind("click",function(i) {
+ $('a,area').bind("click",function(i) {
var mainForm=$(this).parents('form');
if(mainForm != undefined || mainForm.length != 1)
return postTheForm($(mainForm).attr('name'),this.href);