fdsa
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user