Commit graph

4 commits

Author SHA1 Message Date
CDuv
38635c645e Adds quotes to Matomo/Piwik website ID
When using Matomo/Piwik integration, only integer website IDs can be used.
If using the "Protect Track ID" Matomo plugin (https://plugins.matomo.org/ProtectTrackID), website IDs are strings which the "_piwik.html.haml" layout file does not supports because it assumes "extra_config.piwik_site_id" variable contains an integer and prints it to JavaScript code without quotes.

This commits surrounds "extra_config.piwik_site_id" variable with double quotes (") so that it works with both integers and strings.

Issue: #61606
2019-05-08 17:25:38 +00:00
Tim Zallmann
423d31a300 Inline script cleanup globals and easy 2017-08-01 08:50:59 +00:00
Achilleas Pipinellis
b8cd6f9aae Update piwik template 2015-11-08 18:03:30 +02:00
Sebastian Winkler
64e4b400d0 Added Piwik support 2014-02-23 15:13:38 +01:00