diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-25 13:55:57 -0300 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-09-27 12:44:22 +0200 |
commit | c10e043fdaf6ed01727d99dfa3bcccd49ba9c527 (patch) | |
tree | ed05eda72cb35191dbcb498cabf927d5059a8e07 /Package_html_dynamic.mk | |
parent | 17e9b144759c47e32d6b169d6719f301750f059d (diff) |
tdf#157360 Local help should not phone home
+ Remove call to matomo TDF server instance when help is local
+ Keep when Help is online.
+ refactor javascript
Change-Id: I285b426531c91ff558c01798f803bf3f89720b1f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157255
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 0c24f409c31e4ca8a85b6a1486e2c6eaf26942d6)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157221
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'Package_html_dynamic.mk')
-rw-r--r-- | Package_html_dynamic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Package_html_dynamic.mk b/Package_html_dynamic.mk index 6e23cf892e..b7d3e8082f 100644 --- a/Package_html_dynamic.mk +++ b/Package_html_dynamic.mk @@ -16,6 +16,7 @@ $(eval $(call gb_Package_add_files,helpcontent2_html_dynamic,$(LIBO_SHARE_HELP_F languages.js \ default.css \ help2.js \ + $(if $(HELP_ONLINE),tdf_matomo.js) \ )) # vim: set noet sw=4 ts=4: |