fix: add CURRENT_PAGE definition, real usage tracking, swarm integration
This commit is contained in:
@@ -809,7 +809,8 @@ function setupModalBackdropClose() {
|
||||
}
|
||||
|
||||
// ============ INITIALIZATION ============
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const CURRENT_PAGE = document.body?.dataset?.page || "tasks";
|
||||
initTheme();
|
||||
setupModalBackdropClose();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user