[Libreoffice-commits] help.git: help3xsl/fuse.js

Stephan Bergmann sbergman at redhat.com
Wed Apr 18 06:57:39 UTC 2018


 help3xsl/fuse.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 23665d6b04829ac2b949c88de261c6f7b2de8baa
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 18 07:55:46 2018 +0200

    Remove unused sourceMappingURL
    
    Caused
    
      Source map error: TypeError: NetworkError when attempting to fetch resource.
      Resource URL: file:///data/sbergman/lo-clang/core/instdir/help/fuse.js
      Source Map URL: fuse.js.map
    
    when loading
    
      <file:///.../instdir/help/index.html?swriter/.uno:HelpIndex?Language=en-US&System=UNIX&Version=6.1>
    
    in the browser.
    
    Change-Id: I5d318fe8c358cedbb961113561edea3b6d4a2ce1
    Reviewed-on: https://gerrit.libreoffice.org/53077
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/help3xsl/fuse.js b/help3xsl/fuse.js
index e2fbc0a8b..b451ec1c0 100644
--- a/help3xsl/fuse.js
+++ b/help3xsl/fuse.js
@@ -995,4 +995,3 @@ module.exports = Fuse;
 /***/ })
 /******/ ]);
 });
-//# sourceMappingURL=fuse.js.map


More information about the Libreoffice-commits mailing list