strasbourg 2018: note crossdomain request awaits HTML

This commit is contained in:
Frédéric Péters 2020-04-11 15:36:52 +02:00
parent cbb923a365
commit 78e3d82548
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ $(function() {
url: $form.attr('action'),
method: 'POST',
data: params,
dataType: 'html',
headers: {
'X-Requested-With': 'XMLHttpRequest'
},