mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated scripts.
This commit is contained in:
parent
ed22d33d97
commit
e58aa9e90f
3 changed files with 4 additions and 3 deletions
|
|
@ -106,7 +106,6 @@ if (script) {
|
|||
|
||||
const removeEvents = () => {
|
||||
listeners.forEach(([element, type, listener]) => {
|
||||
console.log('removed', element.tagName, type);
|
||||
element.removeEventListener(type, listener, true);
|
||||
});
|
||||
listeners.length = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue