26f05ca6ac226db0020575e47182622a6e66639b
tdreszer
  Thu Sep 16 12:30:39 2010 -0700
Larry suggested where my history bug might be.  Now subtrack cfg popups in hgTrackUi does not affect history.
diff --git src/hg/js/hui.js src/hg/js/hui.js
index c5238a4..c07ef40 100644
--- src/hg/js/hui.js
+++ src/hg/js/hui.js
@@ -661,7 +661,6 @@
     popUpTrackName = trackName;
     popUpTitle = label;
 
-    // FIXME: Avoid this getting into history and making the back button not work!
     $.ajax({
         type: "GET",
         url: "../cgi-bin/hgTrackUi?ajax=1&g=" + trackName + "&hgsid=" + getHgsid() + "&db=" + getDb(),
@@ -676,6 +675,7 @@
 function popUpSubtrackCfg(trackName,label)
 {
     waitOnFunction( _popUpSubrackCfg, trackName, label );  // Launches the popup but shields the ajax with a waitOnFunction
+    return false;
 }
 
 function subtrackCfgShow(tableName)