ydcfydf
All checks were successful
Deploy / deploy-staging (push) Successful in 7s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-06 00:00:37 +02:00
parent 48b7583f19
commit 47757675c2
5 changed files with 33 additions and 47 deletions

View File

@@ -26,7 +26,7 @@
return [];
}
})();
const initialDebugMode = document.body && document.body.dataset.nexusDebugEnabled === '1';
const initialDebugMode = document.body && document.body.dataset.moduleDebugEnabled === '1';
function getCookie(name) {
const pattern = `; ${document.cookie}`;
const parts = pattern.split(`; ${name}=`);