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;