Skip to content

Commit a97adee

Browse files
authored
Update fast-search-card.js
1 parent c07c3e9 commit a97adee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8038,7 +8038,7 @@ class FastSearchCard extends HTMLElement {
80388038

80398039
// Refresh timer list
80408040
setTimeout(() => {
8041-
this.(item.id);
8041+
this.loadActiveTimers(item.id); // ← KORRIGIERT
80428042
}, 500);
80438043

80448044
} catch (error) {

0 commit comments

Comments
 (0)