This commit is contained in:
2026-09-12 07:28:24 +02:00
parent b319a5aec2
commit 217f1be72d
7 changed files with 93 additions and 22 deletions
+1
View File
@@ -6486,6 +6486,7 @@ window.cancelAnimFrame = (function () {
if (window.f0ckSession) window.f0ckSession.strict_mode = strict.checked;
window.updateStrictLinks(strict.checked);
document.dispatchEvent(new CustomEvent('f0ck:strictChanged', { detail: { strict: strict.checked } }));
// Sync with server
fetch('/strict/' + (strict.checked ? 1 : 0));