diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-17 16:00:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-17 16:47:01 +0200 |
commit | f4c54d3af32ca4c6d02afff71532dbf10147fd33 (patch) | |
tree | 73f4a432761bf5b3603ded563f211ce1ef73d46b /help3xsl/index2.html | |
parent | 49375fa3358ea5bf8cb8ba0f1bf4f5ab0ada40c3 (diff) |
Include help2.js not help.js
Otherwise, causes a
ReferenceError: getParameterByName is not defined
when loading
<file:///.../instdir/help/index.html?swriter/.uno:HelpIndex?Language=en-US&System=UNIX&Version=6.1>
in the browser.
Change-Id: I13cdd36e44859a74c9a1b4e3b020fed2f56edda0
Reviewed-on: https://gerrit.libreoffice.org/53048
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/index2.html')
-rw-r--r-- | help3xsl/index2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/index2.html b/help3xsl/index2.html index c7a6b6ee16..b7872710bf 100644 --- a/help3xsl/index2.html +++ b/help3xsl/index2.html @@ -9,7 +9,7 @@ <html> <head> <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com *.googleapis.com"/> - <script type="text/javascript" src="help.js"></script> + <script type="text/javascript" src="help2.js"></script> <script type="text/javascript" src="hid2file.js"></script> </head> <body> |