Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-01-31 17:27:56 +0000
committerChris Goldthorpe2007-01-31 17:27:56 +0000
commit339501324fb41b53e34232c1f84a24dd2e7090ef (patch)
tree75d4ed9a4e9bb0361e3ee802262b27082a7513a0 /org.eclipse.help.webapp
parent51c2ca884691625ed7a7bfc1219427ccd5523db5 (diff)
downloadeclipse.platform.ua-339501324fb41b53e34232c1f84a24dd2e7090ef.tar.gz
eclipse.platform.ua-339501324fb41b53e34232c1f84a24dd2e7090ef.tar.xz
eclipse.platform.ua-339501324fb41b53e34232c1f84a24dd2e7090ef.zip
Bug 170677 - [Webapp] TOC Tab not initially highlighted
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/advanced/tabs.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/advanced/tabs.jsp b/org.eclipse.help.webapp/advanced/tabs.jsp
index a0eb1717c..0570e1a2e 100644
--- a/org.eclipse.help.webapp/advanced/tabs.jsp
+++ b/org.eclipse.help.webapp/advanced/tabs.jsp
@@ -245,7 +245,7 @@ function getPreviousLink(currentLink){
</head>
-<body dir="<%=direction%>">
+<body dir="<%=direction%>" onload="showTab('<%=data.getVisibleView()%>')">
<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%" valign="middle">
<tr>

Back to the top