Skip to content

Commit 9beac29

Browse files
author
paolo-g
committed
changed to tab indentation to match source
1 parent 3309a98 commit 9beac29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/csrfprotector.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function csrfprotector_init() {
356356
window.addEventListener("DOMContentLoaded", function() {
357357
csrfprotector_init();
358358

359-
// Dispatch an event so clients know the library has initialized
360-
var postCsrfProtectorInit = new Event('postCsrfProtectorInit');
361-
window.dispatchEvent(postCsrfProtectorInit);
359+
// Dispatch an event so clients know the library has initialized
360+
var postCsrfProtectorInit = new Event('postCsrfProtectorInit');
361+
window.dispatchEvent(postCsrfProtectorInit);
362362
}, false);

0 commit comments

Comments
 (0)