src/hg/js/hui.js 1.39

1.39 2009/10/21 15:48:50 tdreszer
Temorarily readd hintOverSortableColumnHeader to avoid js errors.
Index: src/hg/js/hui.js
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/hui.js,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -B -U 4 -r1.38 -r1.39
--- src/hg/js/hui.js	20 Oct 2009 23:24:43 -0000	1.38
+++ src/hg/js/hui.js	21 Oct 2009 15:48:50 -0000	1.39
@@ -821,8 +821,14 @@
         }
     }
 }
 
+function hintOverSortableColumnHeader(th)
+{// Upodates the sortColumns struct and sorts the table when a column headder has been pressed
+    //th.title = "Click to make this the primary sort column, or toggle direction";
+    //var tr=th.parentNode;
+    //th.title = "Current Sort Order: " + sortOrderFromTr(tr);
+}
 
 ///// Following functions are for Sorting by priority
 function tableSetPositions(table)
 {