Rename piwik to matomo and merge configuration into settings

This commit is contained in:
Tom Hughes 2022-08-01 20:40:25 +01:00
parent 4f74a67f6c
commit e9f62a8c30
13 changed files with 49 additions and 53 deletions

View file

@ -3,8 +3,8 @@
//= require qs/dist/qs
OSM = {
<% if defined?(PIWIK) %>
PIWIK: <%= PIWIK.to_json %>,
<% if defined?(Settings.matomo) %>
MATOMO: <%= Settings.matomo.to_json %>,
<% end %>
MAX_REQUEST_AREA: <%= Settings.max_request_area.to_json %>,