set data-no-tooltip

This commit is contained in:
silverwind 2024-04-30 15:49:50 +02:00
parent 05ca1b85e1
commit 3de268d912
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ function updateStopwatchTime(seconds) {
el.setAttribute('format', 'micro');
el.setAttribute('datetime', datetime);
el.setAttribute('lang', 'en-US');
el.setAttribute('data-no-tooltip', 'true');
parent.append(el);
}
}