mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user