Browse Source

Fix linting (#403)

Lipis 5 years ago
parent
commit
4234cd849c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      public/index.html

+ 4 - 4
public/index.html

@@ -58,12 +58,12 @@
       src="https://www.googletagmanager.com/gtag/js?id=UA-387204-13"
       src="https://www.googletagmanager.com/gtag/js?id=UA-387204-13"
     ></script>
     ></script>
     <script>
     <script>
-      window.dataLayer = window.dataLayer || []
+      window.dataLayer = window.dataLayer || [];
       function gtag() {
       function gtag() {
-        dataLayer.push(arguments)
+        dataLayer.push(arguments);
       }
       }
-      gtag("js", new Date())
-      gtag("config", "UA-387204-13")
+      gtag("js", new Date());
+      gtag("config", "UA-387204-13");
     </script>
     </script>
   </head>
   </head>