feat(directory): enhance cross streets callout, camera photos, and city search integration
This commit is contained in:
+5
-5
@@ -28,7 +28,7 @@
|
||||
<meta name="apple-mobile-web-app-title" content="FlockRadar">
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
<link rel="stylesheet" href="css/styles.css?v=11">
|
||||
<link rel="stylesheet" href="css/styles.css?v=12">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1055,10 +1055,10 @@
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
|
||||
|
||||
<!-- Data & Application Logic with Cache Busting -->
|
||||
<script src="data/portals.js?v=11"></script>
|
||||
<script src="js/auth.js?v=11"></script>
|
||||
<script src="js/radar.js?v=11"></script>
|
||||
<script src="js/app.js?v=11"></script>
|
||||
<script src="data/portals.js?v=12"></script>
|
||||
<script src="js/auth.js?v=12"></script>
|
||||
<script src="js/radar.js?v=12"></script>
|
||||
<script src="js/app.js?v=12"></script>
|
||||
|
||||
<!-- Service Worker Instant Cache Invalidation -->
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user