Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
soonio committed Jun 25, 2023
1 parent 419f98e commit da4534f
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
<html lang="en">

<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9PYGV6J5WK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-9PYGV6J5WK', { 'debug_mode': true });
</script>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand Down Expand Up @@ -142,6 +133,9 @@
text-decoration: none;
}

.friends {
display: none;
}
.friends>a {
display: inline-block;
margin: 0 10px;
Expand Down Expand Up @@ -247,11 +241,6 @@
}
}, 50)
}, 10);

const btn = document.getElementById('ql')
btn.onclick = () => {
gtag('event', 'click_name', { 'method': 'click' });
}
</script>
</body>

Expand Down

0 comments on commit da4534f

Please sign in to comment.