[Libreoffice-commits] help.git: help3xsl/index2.html

Stephan Bergmann sbergman at redhat.com
Tue Apr 17 14:48:00 UTC 2018


 help3xsl/index2.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4c54d3af32ca4c6d02afff71532dbf10147fd33
Author: Stephan Bergmann <sbergman at redhat.com>
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 <ci at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

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>


More information about the Libreoffice-commits mailing list