diff options
author | Fabio Biocchetti <fbbcchtt9@gmail.com> | 2016-10-24 19:16:27 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2016-10-24 20:46:37 +0000 |
commit | 2f35a021df0677851b7f05522ca5b97b3992aca9 (patch) | |
tree | 004dc979092069b702bc5717dcc47ea7669eade4 /help3xsl/get_bookmark.sh | |
parent | b560ca36513ef209b23081dc5b971d30dd60e5f1 (diff) |
Fix comments in script and JavaScript refactor.
Comments correction in shell script
Introduced js debouncer for search bar
xml-stylesheet tag removed
Introduced parameter passing through pages
Links in XHP pages now work with js
Minor adjustments
Change-Id: Ibf5f7a74c3249fa6f1ff4d3037fe821797e88d1d
Reviewed-on: https://gerrit.libreoffice.org/30231
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/get_bookmark.sh')
-rwxr-xr-x | help3xsl/get_bookmark.sh | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/help3xsl/get_bookmark.sh b/help3xsl/get_bookmark.sh index b8e7ee6618..a64ee2402f 100755 --- a/help3xsl/get_bookmark.sh +++ b/help3xsl/get_bookmark.sh @@ -1,11 +1,10 @@ #/bin/bash -#*-- -#* This file is part of the LibreOffice project. -#* -#* This Source Code Form is subject to the terms of the Mozilla Public -#* License, v. 2.0. If a copy of the MPL was not distributed with this -#* file, You can obtain one at http://mozilla.org/MPL/2.0/. -#* + +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. stub1='<html><head><link rel="stylesheet" type="text/css" href="/default.css"/></head><body><ul class="indexlink">' stub2='</ul></body></html>' |