summaryrefslogtreecommitdiff
path: root/help3xsl/help2.js
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-02-17 17:53:49 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-02-21 03:32:32 +0100
commit0f12f8a4dcf3b3ee34864d50f06e77d495fb9133 (patch)
treecbd5ba7dfc15d7d781d193cff5e75a0bccd9417c /help3xsl/help2.js
parent4f095575f54624e289ab78d58a7d9aa61a8f729c (diff)
tdf#123318 Use SHARED as the default module instead of WRITER
Change-Id: I78c3f71a862ad0896cc13b105cac46dca99b4195 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130079 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 3e86799f1b1e957e442a23022bc12cc25bb0c8a6) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130103 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'help3xsl/help2.js')
-rw-r--r--help3xsl/help2.js2
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") {