mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
This commit is contained in:
+5
-5
@@ -1,6 +1,6 @@
|
||||
{% extends "skeleton.html" %}
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/css/style.css?v=1782461355" type="text/css">
|
||||
<link rel="stylesheet" href="/css/style.css?v=1782666584" type="text/css">
|
||||
<link href="/vendor/css/bootstrap-5.3.8.min.css" rel="stylesheet">
|
||||
<link href="/vendor/css/fontawesome-6.7.2.min.css" rel="stylesheet">
|
||||
<link href="/vendor/css/solid-6.7.2.min.css" rel="stylesheet">
|
||||
@@ -10,10 +10,10 @@
|
||||
<script src="/vendor/js/bootstrap-5.3.8.bundle.min.js"></script>
|
||||
<script src="/vendor/js/tinycolor2-1.6.0.min.js"></script>
|
||||
|
||||
<script src="/js/utils.js?v=1782461355"></script>
|
||||
<script src="/js/ui-ham.js?v=1782461355"></script>
|
||||
<script src="/js/geo.js?v=1782461355"></script>
|
||||
<script src="/js/common.js?v=1782461355"></script>
|
||||
<script src="/js/utils.js?v=1782666584"></script>
|
||||
<script src="/js/ui-ham.js?v=1782666584"></script>
|
||||
<script src="/js/geo.js?v=1782666584"></script>
|
||||
<script src="/js/common.js?v=1782666584"></script>
|
||||
{% end %}
|
||||
{% block body %}
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user