Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Jul 27, 2024
1 parent 7dc49b8 commit fffee48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
const isInStandaloneMode = window.matchMedia('(display-mode: standalone)').matches || (window.navigator.standalone) || document.referrer.includes('android-app://')
if (isInStandaloneMode) document.documentElement.className += ' web-app'
</script>
<script>UST_CT = [];UST = { s: Date.now(), addTag: function(tag) { UST_CT.push(tag) } };UST.addEvent = UST.addTag;</script>
<script src="https://beta.metrics.bar/server/ust.min.js?v=7.0.0" async></script>
<script src="https://metrics.bar/js/script.js" data-id="0dd2aa1d628a5-9802ca53bbb2e" id="metrics" async defer></script>
</head>
<body>

Expand Down

0 comments on commit fffee48

Please sign in to comment.