Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Fixed bug on form script
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Jun 26, 2017
1 parent 0ece0f4 commit f70b674
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ajax_views/static/ajax_views/forms.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,8 @@
}

if ( !isCustomData ) {
options.push({
contentType: false,
processData: false
});
options.contentType = false;
options.processData = false;
}

return $.ajax(url, options);
Expand Down

0 comments on commit f70b674

Please sign in to comment.