From 909e860b471b8d9060eb83af2f23fe68c1212fbd Mon Sep 17 00:00:00 2001
From: Uskompuf <22492406+Uskompuf@users.noreply.github.com>
Date: Fri, 15 Oct 2021 15:10:41 +1100
Subject: [PATCH] test recovered view
---
js/tracker.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/tracker.js b/js/tracker.js
index dfb4d14..0834e4d 100644
--- a/js/tracker.js
+++ b/js/tracker.js
@@ -4025,7 +4025,7 @@ function updateRecoveryMarker(recovery) {
html += "
Time: "+formatDate(stringToDateUTC(recovery.datetime))+"
";
html += "Reported by: "+recovery.recovered_by+"
";
html += "Notes: "+$('
').text(recovery.description).html()+"
";
- html += "
";
+ html += "
";
html += "
";
@@ -4137,7 +4137,7 @@ function updateRecoveryPane(r){
html += "Time: "+formatDate(stringToDateUTC(r[i].datetime))+"
";
html += "Reported by: "+r[i].recovered_by+"
";
html += "Notes: "+$('
').text(r[i].description).html()+"
";
- html += "
";
+ html += "
";
html += "
";
html += "
";
}