Rename piwik to matomo and merge configuration into settings
This commit is contained in:
parent
4f74a67f6c
commit
e9f62a8c30
13 changed files with 49 additions and 53 deletions
|
@ -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 %>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue