Skip to content

Commit 9374bc6

Browse files
authored
Merge pull request #29 from Rupurudu/fix_popups
Fix popups by always sending cookies
2 parents 97a4ac1 + 9a52b54 commit 9374bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $(function () {
5353
'X-SMF-AJAX': 1
5454
},
5555
xhrFields: {
56-
withCredentials: typeof allow_xhjr_credentials !== "undefined" ? allow_xhjr_credentials : false
56+
withCredentials: true
5757
},
5858
type: "GET",
5959
dataType: "html",

0 commit comments

Comments
 (0)