From f7a54cc5a3534d7645aa1e2f63c868f243b1d39b Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 29 Nov 2024 04:28:51 +0000 Subject: [PATCH] Fixes JS-Bug when clicked on fresh spot --- assets/js/sections/bandmap_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index 6af578c6b..913dce8a4 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -209,7 +209,7 @@ $(function() { let ready_listener = true; let call=this.innerText; let qrg='' - if ((this.parentNode.parentNode.className != 'odd') && (this.parentNode.parentNode.className != 'even')) { + if (this.parentNode.parentNode.className == 'spotted_call') { qrg=this.parentNode.parentNode.parentNode.cells[1].textContent*1000; } else { qrg=this.parentNode.parentNode.cells[1].textContent*1000;