Skip to content

Commit 7d45988

Browse files
authored
Update fast-search-card.js
1 parent 5617945 commit 7d45988

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
@@ -7369,7 +7369,7 @@ class FastSearchCard extends HTMLElement {
73697369
// Diese werden jetzt in initializeTimerTab gehandhabt!
73707370

73717371
// Load existing timers
7372-
this.(item.id);
7372+
this.loadActiveTimers(item.id); // ← Das war der Fehler!
73737373
}
73747374

73757375
handleTimerToggle(button, container) {

0 commit comments

Comments
 (0)