Fix eslint warnings
This commit is contained in:
parent
0e9aaed345
commit
6bbe6802d0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if (OSM.MATOMO) {
|
|||
matomoTracker.setSessionCookieTimeout(OSM.MATOMO.session_cookie_timeout);
|
||||
}
|
||||
|
||||
matomoTracker.setSecureCookie( true );
|
||||
matomoTracker.setSecureCookie(true);
|
||||
matomoTracker.trackPageView();
|
||||
matomoTracker.enableLinkTracking();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue