help3xsl/index2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f4c54d3af32ca4c6d02afff71532dbf10147fd33 Author: Stephan Bergmann <[email protected]> Date: Tue Apr 17 16:00:48 2018 +0200 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 <[email protected]> Reviewed-by: Olivier Hallot <[email protected]> diff --git a/help3xsl/index2.html b/help3xsl/index2.html index c7a6b6ee1..b7872710b 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
