]> git.openstreetmap.org Git - rails.git/commitdiff
Fix eslint warnings
authorTom Hughes <tom@compton.nu>
Fri, 9 Dec 2022 19:01:10 +0000 (19:01 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 9 Dec 2022 19:01:10 +0000 (19:01 +0000)
app/assets/javascripts/matomo.js

index c89cfd3e77260a064e6c113bae32762b2be79575..7d147a55cfb3b36dc21ccd8929526d8ff5d2967e 100644 (file)
@@ -26,7 +26,7 @@ if (OSM.MATOMO) {
           matomoTracker.setSessionCookieTimeout(OSM.MATOMO.session_cookie_timeout);
         }
 
-        matomoTracker.setSecureCookie( true );
+        matomoTracker.setSecureCookie(true);
         matomoTracker.trackPageView();
         matomoTracker.enableLinkTracking();