Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate
2024-11-29 09:11:20 +00:00

View File

@@ -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;