diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2019-03-22 12:06:44 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-03-27 09:42:01 +0100 |
commit | ca2a6bf2c3c59d106f1c6ad432eab21f696c23fc (patch) | |
tree | 3616969f889f8450502e4778d292417c355d85a2 /Package_html_static.mk | |
parent | 9b776454d95f5c6bf13c0ca5508c0b2225aa4c1c (diff) |
tdf#124245 Polyfills and fixes for IE11
The polyfills can be removed after we drop IE11 support.
Other IE11 fixes:
Change from document.URL to window.location.pathname
because otherwise we get local Windows paths with backward
slashes.
Use clear: left; for google-donation element so it doesn't
float on top of other elements.
Don't use defer to load fuzzysort.js and prism.js.
Change-Id: I6c0143eab555c8b1fbdbde8e749a24baed2f69c8
Reviewed-on: https://gerrit.libreoffice.org/69549
Tested-by: Jenkins
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_static.mk')
-rw-r--r-- | Package_html_static.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Package_html_static.mk b/Package_html_static.mk index a539298780..d1ebbbb1b3 100644 --- a/Package_html_static.mk +++ b/Package_html_static.mk @@ -23,6 +23,7 @@ $(eval $(call gb_Package_add_files,helpcontent2_html_static,$(LIBO_SHARE_HELP_FO help2.js \ normalize.css \ paginathing.js \ + polyfills.js \ prism.js \ prism.css \ )) |