Skip to content

Commit

Permalink
Remove plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Feb 29, 2024
1 parent 99c2334 commit 491eef9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions bus-arrival/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<link rel="apple-touch-icon" href="../icons/icon-192.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Bus arrival times" />
<script
defer
data-domain="busrouter.sg"
src="https://plausible.io/js/plausible.hash.js"
></script>
<main>
<div id="arrivals"></div>
</main>
Expand Down
5 changes: 0 additions & 5 deletions bus-first-last/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Approximate first &amp; last bus arrival times</title>
<link rel="stylesheet" href="../assets/firstlast.css" />
<script
defer
data-domain="busrouter.sg"
src="https://plausible.io/js/plausible.hash.js"
></script>
<script>
function bsa() {
var bsa_optimize = document.createElement('script');
Expand Down
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
property="og:image"
content="https://i.imgur.com/Khk2gmX.png"
/>
<script
defer
data-domain="busrouter.sg"
src="https://plausible.io/js/plausible.hash.js"
></script>
</head>
<body>
<div id="map"></div>
Expand Down
5 changes: 0 additions & 5 deletions visualization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@
color: #000;
}
</style>
<script
defer
data-domain="busrouter.sg"
src="https://plausible.io/js/plausible.hash.js"
></script>
<div id="map"></div>
<div id="panel"></div>
<div id="status" hidden></div>
Expand Down

0 comments on commit 491eef9

Please sign in to comment.