From 46fc2324d0db000581fcbe5c55838bd58187a6fb Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 23 Jul 2017 18:28:56 -0300 Subject: tdf#97745 code cleanup * Add debug param, to display page info in the bottom &Debug={0|1} Change-Id: I809548e5d59d0a55b258ca0ec69811efec51df67 Reviewed-on: https://gerrit.libreoffice.org/40341 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- help3xsl/help.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'help3xsl/help.js') diff --git a/help3xsl/help.js b/help3xsl/help.js index 0b22b5f892..6028802be3 100644 --- a/help3xsl/help.js +++ b/help3xsl/help.js @@ -18,7 +18,6 @@ function setModule(module){ itemspan[i].removeAttribute("hidden"); } } - document.getElementById("M_"+module).selected="true"; } // Used to set system in caseinline=SYSTEM @@ -31,7 +30,6 @@ function setSystem(system){ itemspan[i].removeAttribute("hidden"); } } - document.getElementById("S_"+system).selected="true"; } /* add &DbPAR= and &System= to the links in DisplayArea div */ function fixURL(module, system){ -- cgit