diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-12-31 09:43:47 -0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-12-31 16:03:09 +0100 |
commit | 2cc2c9d5a7a9739d47b3162e0e10102b42e9cc70 (patch) | |
tree | 3fe53a0911937346626e559065c4b7148f47df17 /AllLangPackage_html_lang.mk | |
parent | f775af098de5db73b11b39c7a5722a1ca4ce4dcd (diff) |
Warn when javascript is not enabled in browser
+ A big red warning displays on top of pages when JS is disabled in browser.
+ otherwise JS switch warning to display = none.
+ Fast/instantaneous in Firefox
+ Some delay (flash) experienced with Brave and Edge in Linux (Chrome engines).
Change-Id: I2b1792e87520b3f4e0bf93a6e0430376587b4afb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/179578
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'AllLangPackage_html_lang.mk')
-rw-r--r-- | AllLangPackage_html_lang.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AllLangPackage_html_lang.mk b/AllLangPackage_html_lang.mk index a0ae5f5a7b..4e95196970 100644 --- a/AllLangPackage_html_lang.mk +++ b/AllLangPackage_html_lang.mk @@ -16,7 +16,6 @@ $(eval $(call gb_AllLangPackage_add_files,helpcontent2_html_lang,$(LIBO_SHARE_HE $(lang)/bookmarks.js \ $(lang)/contents.js \ $(lang)/langnames.js \ - $(lang)/noscript.html \ ) \ )) |