diff options
Diffstat (limited to 'help3xsl/help2.js')
-rw-r--r-- | help3xsl/help2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help2.js b/help3xsl/help2.js index f40492afb1..2c55d774ce 100644 --- a/help3xsl/help2.js +++ b/help3xsl/help2.js @@ -115,7 +115,7 @@ function fixURL(module, system) { if ((DisplayArea = document.getElementById("DisplayArea")) === null) return; var itemlink = DisplayArea.getElementsByTagName("a"); var pSystem = (system === null) ? getSystem() : system; - var pAppl = (module === null) ? "WRITER" : module; + var pAppl = (module === null) ? "SHARED" : module; var n = itemlink.length; for (var i = 0; i < n; i++) { if (itemlink[i].getAttribute("class") != "objectfiles") { |