fix: SyntaxErrors in JS (overview & cookbook)

This commit is contained in:
Hitonabi
2026-06-20 23:44:05 +02:00
parent d0ed4e4c7e
commit 44270b6cb7
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ async function triggerAction(action) {
toast("Update gestartet! Siehe Aktivitäten.");
try {
await api("/api/update", { method: "POST" });
document.querySelector('.nav-item[data-view=\\'activity\\']').click();
document.querySelector('.nav-item[data-view="activity"]').click();
} catch(e) {
toast("Fehler: " + e.message, true);
}