Skip to content

Commit 1e98688

Browse files
authored
Update fast-search-card.js
1 parent e8ed9dd commit 1e98688

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7428,12 +7428,7 @@ class FastSearchCard extends HTMLElement {
74287428

74297429
// WICHTIG: Panel wird jetzt VOR den Timer-Controls eingefügt (oberste Position)
74307430
const timerControlDesign = container.querySelector('.timer-control-design');
7431-
const activeTimersSection = container.querySelector('.active-timers');
7432-
if (activeTimersSection) {
7433-
activeTimersSection.parentNode.insertBefore(timeSelectionContainer, activeTimersSection.nextSibling);
7434-
} else {
7435-
container.appendChild(timeSelectionContainer);
7436-
}
7431+
container.insertBefore(timeSelectionContainer, container.firstChild);
74377432
}
74387433

74397434
timeSelectionContainer.innerHTML = `

0 commit comments

Comments
 (0)