Skip to content

Commit 9450799

Browse files
authored
Until we use "use strict", additional code analysis is required (csrf-magic.js)
1 parent 66276bf commit 9450799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/includes/csrf/csrf-magic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Here are the basic overloaded method definitions
99
// The wrapper must be set BEFORE onreadystatechange is written to, since
1010
// a bug in ActiveXObject prevents us from properly testing for it.
11-
"use strict";
11+
// "use strict";
1212
var CsrfMagic = function(real) {
1313
// try to make it ourselves, if you didn't pass it
1414
if (!real) try {real = new XMLHttpRequest;} catch (e) {;}

0 commit comments

Comments
 (0)