51525e645840da619740932b632116cefa9d543a braney Thu Aug 2 12:58:48 2012 -0700 remove links out of the source code to the proteome browser (#5740) diff --git src/hg/lib/web.c src/hg/lib/web.c index 06d0fab..f274f35 100644 --- src/hg/lib/web.c +++ src/hg/lib/web.c @@ -1392,35 +1392,30 @@ else if (endsWith(scriptName, "hgTables")) { link = "../goldenPath/help/hgTablesHelp.html"; label = "Help on Table Browser"; } else if (endsWith(scriptName, "hgGenome")) { link = "../goldenPath/help/hgGenomeHelp.html"; label = "Help on Genome Graphs"; } else if (endsWith(scriptName, "hgSession")) { link = "../goldenPath/help/hgSessionHelp.html"; label = "Help on Sessions"; } - else if (endsWith(scriptName, "pbGateway")) - { - link = "../goldenPath/help/pbTracksHelpFiles/pbTracksHelp.shtml"; - label = "Help on Proteome Browser"; - } else if (endsWith(scriptName, "hgVisiGene")) { link = "../goldenPath/help/hgTracksHelp.html#VisiGeneHelp"; label = "Help on VisiGene"; } else if (endsWith(scriptName, "hgCustom")) { link = "../goldenPath/help/customTrack.html"; label = "Help on Custom Tracks"; } // Don't overwrite any previously set defaults if(!contextSpecificHelpLink && link) contextSpecificHelpLink = link; if(!contextSpecificHelpLabel && label) contextSpecificHelpLabel = label;