Skip to content

Commit

Permalink
Applied the jquery fix to this of setting the serializer to do the 't…
Browse files Browse the repository at this point in the history
…raditional' thing and not append [] to the fieldnames that have arrays
  • Loading branch information
Mark Jones authored and alex committed Aug 6, 2010
1 parent 02b68bc commit e049088
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -25,6 +25,7 @@
async: false, async: false,
data: data, data: data,
dataType: 'json', dataType: 'json',
traditional: true,
error: function(XHR, textStatus, errorThrown) { error: function(XHR, textStatus, errorThrown) {
status = true; status = true;
}, },
Expand Down

0 comments on commit e049088

Please sign in to comment.