Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-02-10 18:43:53 +0000
committerDejan Gloszic2006-02-10 18:43:53 +0000
commita35672e21ee26fdb4d4ac864a122e6b0aa03ec6e (patch)
treeca98a4188821b0c87d3591cc4eddab9a24073479 /org.eclipse.help.webapp/advanced/indexTypein.jsp
parent658cc4a434e769a002dd852f8467cdc9eb1e35f0 (diff)
downloadeclipse.platform.ua-a35672e21ee26fdb4d4ac864a122e6b0aa03ec6e.tar.gz
eclipse.platform.ua-a35672e21ee26fdb4d4ac864a122e6b0aa03ec6e.tar.xz
eclipse.platform.ua-a35672e21ee26fdb4d4ac864a122e6b0aa03ec6e.zip
10087 Support of filtering on capabilities to the index feature
Diffstat (limited to 'org.eclipse.help.webapp/advanced/indexTypein.jsp')
-rw-r--r--org.eclipse.help.webapp/advanced/indexTypein.jsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/advanced/indexTypein.jsp b/org.eclipse.help.webapp/advanced/indexTypein.jsp
index 807ff4ceb..91493b9ea 100644
--- a/org.eclipse.help.webapp/advanced/indexTypein.jsp
+++ b/org.eclipse.help.webapp/advanced/indexTypein.jsp
@@ -11,7 +11,7 @@
<%@ include file="header.jsp"%>
<%
- IndexData data = new IndexData(application, request, response);
+ RequestData data = new RequestData(application, request, response);
WebappPreferences prefs = data.getPrefs();
%>
@@ -25,7 +25,6 @@
<%@ include file="indexTypein.css"%>
</style>
-<script language="JavaScript">var ids = [<%data.generateIds(out);%>];</script>
<script language="JavaScript" src="indexTypein.js"></script>
</head>

Back to the top