diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-07-23 18:28:56 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-23 23:35:16 +0200 |
commit | 46fc2324d0db000581fcbe5c55838bd58187a6fb (patch) | |
tree | 945e66e90a08c7481a5209a1686dbd6289d00cce /help3xsl/help.js | |
parent | 7f87a5f65fe80d0262a96b43ee14edae33a09948 (diff) |
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 <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/help.js')
-rw-r--r-- | help3xsl/help.js | 2 |
1 files changed, 0 insertions, 2 deletions
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){ |