Skip to content

Commit 2c1cf4d

Browse files
committed
web app
1 parent d40ff06 commit 2c1cf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<title>Smart WebView Offline</title>
1515
<link rel="stylesheet" type="text/css" href="style.css">
1616
<script src="script.js" type="text/javascript"></script>
17-
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=G-7XXC1C7CRQ"></script>
17+
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-7XXC1C7CRQ"></script>
1818
<script>
1919
window.dataLayer = window.dataLayer || [];
2020
function gtag(){dataLayer.push(arguments);}
2121
gtag('js', new Date());
2222
gtag('config', 'G-7XXC1C7CRQ');
23-
</script>-->
23+
</script>
2424
</head>
2525
<body>
2626
<img src="front_splash.png" class="head-logo" />

0 commit comments

Comments
 (0)