a2308e4af2fbb39f6119cd004b1c01daac8a12c9
tdreszer
  Thu May 30 18:06:46 2013 -0700
Accidentally lost persistence of variant site highlighting by sort
diff --git src/hg/js/alleles.js src/hg/js/alleles.js
index 956f059..355e786 100644
--- src/hg/js/alleles.js
+++ src/hg/js/alleles.js
@@ -348,30 +348,33 @@
                 $('table#alleles').find('.pop').addClass('hidden');
             }
             setCartVar(obj.id,val);
             hilitesResize();
         },*/
         
         setAndRefresh: function  (varName,val)
         { // Resets all display options to defaults
             ajaxRequest(varName + '=' + val);
             return false; // Fake link
         },
         
         delayedHilites: function ()
         { // Delayed call of private function
             hiliteAllDiffs();
+            // Persist on lighlite as red
+            if (hiliteId != '')
+                hiliteSpecial( hiliteId );
         },
         
         initialize: function  (sectionId)
         { // Initialize or reinitailze (after ajax) the sortable table
         
             // This whole section could be renamed
             //if (sectionId != undefined && sectionId.length !== 0)
             //    sectionName = sectionId;
             
             initSortTable();
             
             var tbl = $('table#alleles');
             $(tbl).find('TH.var').each(function (ix) { 
                 propgateTitle(this); 
             });