mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Replace arrows
This commit is contained in:
@@ -339,6 +339,12 @@ function loadQSOTable(rows) {
|
||||
data = data.replace(/Ø/g, '0');
|
||||
}
|
||||
}
|
||||
if (typeof data === 'string' && data.includes('▲')) {
|
||||
data = data.replace(/▲/g, '');
|
||||
}
|
||||
if (typeof data === 'string' && data.includes('▼')) {
|
||||
data = data.replace(/▼/g, '');
|
||||
}
|
||||
return data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user