Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Grant committed Apr 1, 2021
1 parent 46628a1 commit c1bcf1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
var uv;

$.ajaxSetup({
xhrFields: {withCredentials: true},
xhrFields: {
withCredentials: true
},
beforeSend: function(jqXHR, settings) {
jqXHR.requestUrl = settings.url
},
Expand Down

0 comments on commit c1bcf1d

Please sign in to comment.