f100fbda35af6537ce9341c00fb34d51dcd29acf
tdreszer
  Fri Jun 25 11:08:42 2010 -0700
SuperTracks needed to be slReversed before displaying. Took opportunity to add warnBox to top of hgTrackUi as it should be.
diff --git src/lib/htmshell.c src/lib/htmshell.c
index f97113e..e75ff6e 100644
--- src/lib/htmshell.c
+++ src/lib/htmshell.c
@@ -199,13 +199,10 @@
 return "<!-- HGERROR-END -->\n";
 }
 
-#define WARNBOX_IN_USE
 #ifdef WARNBOX_IN_USE
-static void htmlWarnBoxSetup(FILE *f)
+void htmlWarnBoxSetup(FILE *f)
 /* Creates an invisible, empty warning box than can be filled with errors
- * and then made visible.  dirDepth is the number of levels beneath apache
- * root that caller's HTML will appear to the web client.  E.g. if writing
- * HTML from cgi-bin, dirDepth is 1; if trash/body/, 2. */
+ * and then made visible. */
 {
 // Only set this up once per page
 static boolean htmlWarnBoxSetUpAlready=FALSE;