We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3309a98 commit 9beac29Copy full SHA for 9beac29
js/csrfprotector.js
@@ -356,7 +356,7 @@ function csrfprotector_init() {
356
window.addEventListener("DOMContentLoaded", function() {
357
csrfprotector_init();
358
359
- // Dispatch an event so clients know the library has initialized
360
- var postCsrfProtectorInit = new Event('postCsrfProtectorInit');
361
- window.dispatchEvent(postCsrfProtectorInit);
+ // Dispatch an event so clients know the library has initialized
+ var postCsrfProtectorInit = new Event('postCsrfProtectorInit');
+ window.dispatchEvent(postCsrfProtectorInit);
362
}, false);
0 commit comments