mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2026-06-05 17:46:53 +00:00
Dependency bump
This commit is contained in:
@@ -55,9 +55,6 @@
|
||||
document.querySelectorAll(selector).forEach(el => {
|
||||
if (el.textContent !== value) {
|
||||
el.textContent = value;
|
||||
el.classList.remove('tick');
|
||||
void el.offsetWidth;
|
||||
el.classList.add('tick');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user