Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-01-28 04:24:48 +0000
committerKonrad Kolosowski2003-01-28 04:24:48 +0000
commit2faf14dd8039013d3fcdf8daa0e8f7b772963983 (patch)
tree414a437d68bbb43cfff57d04951c248df7cee50c /org.eclipse.help.webapp/advanced/livehelp.js.jsp
parentb7741697e54d449f396a5ec0ed5a2c8528af1a35 (diff)
downloadeclipse.platform.ua-2faf14dd8039013d3fcdf8daa0e8f7b772963983.tar.gz
eclipse.platform.ua-2faf14dd8039013d3fcdf8daa0e8f7b772963983.tar.xz
eclipse.platform.ua-2faf14dd8039013d3fcdf8daa0e8f7b772963983.zip
compile warnings
Diffstat (limited to 'org.eclipse.help.webapp/advanced/livehelp.js.jsp')
-rw-r--r--org.eclipse.help.webapp/advanced/livehelp.js.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/advanced/livehelp.js.jsp b/org.eclipse.help.webapp/advanced/livehelp.js.jsp
index ea15b9f90..3df6314d0 100644
--- a/org.eclipse.help.webapp/advanced/livehelp.js.jsp
+++ b/org.eclipse.help.webapp/advanced/livehelp.js.jsp
@@ -11,7 +11,7 @@ function liveActionInternal(topHelpWindow, pluginId, className, argument)
{
<%
RequestData data = new RequestData(application,request);
- if(data.getMode() == data.MODE_INFOCENTER){
+ if(data.getMode() == RequestData.MODE_INFOCENTER){
%>
alert("<%=UrlUtil.JavaScriptEncode(ServletResources.getString("noLiveHelpInInfocenter", request))%>");
return;

Back to the top