diff options
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){ |