Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-04-16 17:55:41 +0000
committerKonrad Kolosowski2003-04-16 17:55:41 +0000
commitc45d8e4b55aa3b1615986d726b2b5f5d96371f24 (patch)
tree1d690825a157ba8a6e88e2a7424377dbc9879393 /org.eclipse.help.webapp/advanced/livehelp.js.jsp
parent17d071d0a816b16ec004279817b466cea44ab5ac (diff)
downloadeclipse.platform.ua-c45d8e4b55aa3b1615986d726b2b5f5d96371f24.tar.gz
eclipse.platform.ua-c45d8e4b55aa3b1615986d726b2b5f5d96371f24.tar.xz
eclipse.platform.ua-c45d8e4b55aa3b1615986d726b2b5f5d96371f24.zip
36548 Help frames accessibility issues
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 8dc9659a8..fad6f2022 100644
--- a/org.eclipse.help.webapp/advanced/livehelp.js.jsp
+++ b/org.eclipse.help.webapp/advanced/livehelp.js.jsp
@@ -41,7 +41,7 @@ function liveActionInternal(topHelpWindow, pluginId, className, argument)
// we need to find the toolbar frame.
// to do: cleanup this, including the location of the hidden livehelp frame.
- var toolbarFrame = topHelpWindow.HelpFrame.ContentFrame.ToolbarFrame;
+ var toolbarFrame = topHelpWindow.HelpFrame.ContentFrame.ContentToolbarFrame;
if (!toolbarFrame){
return;
}

Back to the top