src/hg/lib/web.c 1.170
1.170 2009/08/27 13:50:27 fanhsu
Point Help on top bar to PB help page instead of GB help page.
Index: src/hg/lib/web.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/web.c,v
retrieving revision 1.169
retrieving revision 1.170
diff -b -B -U 4 -r1.169 -r1.170
--- src/hg/lib/web.c 10 Jul 2009 01:40:38 -0000 1.169
+++ src/hg/lib/web.c 27 Aug 2009 13:50:27 -0000 1.170
@@ -406,8 +406,10 @@
else if (endsWith(scriptName, "hgGenome"))
puts(" <A HREF=\"../goldenPath/help/hgGenomeHelp.html\"");
else if (endsWith(scriptName, "hgSession"))
puts(" <A HREF=\"../goldenPath/help/hgSessionHelp.html\"");
+ else if (endsWith(scriptName, "pbGateway"))
+ puts(" <A HREF=\"../goldenPath/help/pbTracksHelpFiles/pbTracksHelp.shtml\"");
else if (endsWith(scriptName, "hgVisiGene"))
puts(" <A HREF=\"../goldenPath/help/hgTracksHelp.html#VisiGeneHelp\"");
else
puts(" <A HREF=\"../goldenPath/help/hgTracksHelp.html\"");