Skip to content

Commit 2727fe0

Browse files
authored
Merge pull request #99 from cheeaun/staging
Update from staging
2 parents 6db1f1c + 491eef9 commit 2727fe0

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

bus-arrival/index.html

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
<link rel="apple-touch-icon" href="../icons/icon-192.png" />
1313
<meta name="apple-mobile-web-app-capable" content="yes" />
1414
<meta name="apple-mobile-web-app-title" content="Bus arrival times" />
15-
<script
16-
defer
17-
data-domain="busrouter.sg"
18-
src="https://plausible.io/js/plausible.hash.js"
19-
></script>
2015
<main>
2116
<div id="arrivals"></div>
2217
</main>

bus-first-last/index.html

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
55
<title>Approximate first &amp; last bus arrival times</title>
66
<link rel="stylesheet" href="../assets/firstlast.css" />
7-
<script
8-
defer
9-
data-domain="busrouter.sg"
10-
src="https://plausible.io/js/plausible.hash.js"
11-
></script>
127
<script>
138
function bsa() {
149
var bsa_optimize = document.createElement('script');

index.html

-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777
property="og:image"
7878
content="https://i.imgur.com/Khk2gmX.png"
7979
/>
80-
<script
81-
defer
82-
data-domain="busrouter.sg"
83-
src="https://plausible.io/js/plausible.hash.js"
84-
></script>
8580
</head>
8681
<body>
8782
<div id="map"></div>

visualization/index.html

-5
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@
223223
color: #000;
224224
}
225225
</style>
226-
<script
227-
defer
228-
data-domain="busrouter.sg"
229-
src="https://plausible.io/js/plausible.hash.js"
230-
></script>
231226
<div id="map"></div>
232227
<div id="panel"></div>
233228
<div id="status" hidden></div>

0 commit comments

Comments
 (0)