chore(release): bump version to v2.0.1 — hardening release
Security fixes, widget event system, local favicons, i18n completeness, backdrop-filter fallback, code quality improvements. See CHANGELOG.md.
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ function startClock() {
|
||||
`${t(DAY_KEYS[now.getDay()])}, ${String(now.getDate()).padStart(2,'0')}. ${t(MONTH_KEYS[now.getMonth()])}`;
|
||||
}
|
||||
tick();
|
||||
setInterval(tick, 1000);
|
||||
const clockInterval = setInterval(tick, 1000);
|
||||
}
|
||||
|
||||
// ---- GLOBALE EVENTS (Header-Buttons, Modals, Import) ----
|
||||
|
||||
Reference in New Issue
Block a user