diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-09-02 11:48:43 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-09-02 16:58:52 +0200 |
commit | de0193157e3b09f5da4ac1a1f17625cc3bf62c14 (patch) | |
tree | 24c31fc28b06014ac4346e62fd9a72ca7be5575c /help3xsl/help.js | |
parent | c23137d31109336ceed3d429aa60c360c62eba25 (diff) |
Add localization to helponline UI
* Add support for localization in helponline UI.
+ translate 4 words
+ prepare for focused google search
* Tweak the index search, open search index for all modules.
Change-Id: Id7ad4fd63fe1f9d1334fb65febdee6f60c24361a
Reviewed-on: https://gerrit.libreoffice.org/41839
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/help3xsl/help.js b/help3xsl/help.js index 1901a96ad0..e576cb54b5 100644 --- a/help3xsl/help.js +++ b/help3xsl/help.js @@ -10,7 +10,6 @@ // Used to set Apllication in caseinlie=APP function setModule(module){ if (module == null){module="WRITER"} - document.getElementById("bookmark"+module).hidden=false; var itemspan = document.getElementsByTagName("span"); var n = itemspan.length; for (var i = 0; i < n; i++){ |