Merge branch '2.4' into develop

pull/7842/head
iglocska 2021-10-12 15:02:03 +02:00
commit 36b4300f04
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 10 additions and 0 deletions

View File

@ -5379,3 +5379,13 @@ $('td.rotate').hover(function() {
var t = parseInt($(this).index()) + 1;
$table.find('td:nth-child(' + t + ')').css('background-color', '');
});
$.ajaxSetup({
xhrFields: {
withCredentials: true
},
headers: {
'X-Requested-With': 'XMLHttpRequest',
},
});