1
0
mirror of synced 2025-12-28 00:23:25 +00:00

feat(stops) caching stops

This commit is contained in:
Valentin
2024-06-14 16:59:36 +02:00
parent 1d20fd7815
commit cf5f96f47b
7 changed files with 79 additions and 57 deletions

View File

@@ -29,7 +29,7 @@ $lineIds = $query->fetchAll(PDO::FETCH_COLUMN);
?>
<div class="px-4 my-5 text-center">
<h1 class="display-5 fw-bold">Subway Schedule</h1>
<h1 class="display-5 fw-bold">Subways</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Displaying your favorite stations and lines below</p>
@@ -46,7 +46,6 @@ if (empty($lineIds)) {
}
?>
<script>
function removeFavorite(stopId, lineId) {