mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Get rid of tooltip
This commit is contained in:
@@ -340,11 +340,13 @@ function loadQSOTable(rows) {
|
||||
}
|
||||
}
|
||||
if (typeof data === 'string' && data.includes('▲')) {
|
||||
data = data.replace(/▲/g, '');
|
||||
data = data.replace(/▲/g, '');
|
||||
}
|
||||
if (typeof data === 'string' && data.includes('▼')) {
|
||||
data = data.replace(/▼/g, '');
|
||||
data = data.replace(/▼/g, '');
|
||||
}
|
||||
|
||||
data = data.replace(/ data-bs-toggle="tooltip" data-bs-html="true" class="[^"]*">/g, '');
|
||||
return data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user