Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.webapp/advanced')
-rw-r--r--org.eclipse.help.webapp/advanced/index.jsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/advanced/index.jsp b/org.eclipse.help.webapp/advanced/index.jsp
index f61a76f73..dfc49a066 100644
--- a/org.eclipse.help.webapp/advanced/index.jsp
+++ b/org.eclipse.help.webapp/advanced/index.jsp
@@ -12,6 +12,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<noscript>
+<meta HTTP-EQUIV="REFRESH" CONTENT="0;URL=index.jsp?noscript=1">
+</noscript>
<title><%=WebappResources.getString("Help", request)%></title>
<jsp:include page="livehelp.js.jsp"/>
</head>

Back to the top