summaryrefslogtreecommitdiff
path: root/Package_html_dynamic.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-09-25 13:55:57 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-09-26 09:05:22 +0200
commit0c24f409c31e4ca8a85b6a1486e2c6eaf26942d6 (patch)
tree052841cb47953aa697e9a379c0c6ac5ef61f4913 /Package_html_dynamic.mk
parent491f223b3e7a1b272d3050fbaa84be897ef45c2d (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>
Diffstat (limited to 'Package_html_dynamic.mk')
-rw-r--r--Package_html_dynamic.mk1
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: