Commit 2d27c331 authored by Thomas Lechauve's avatar Thomas Lechauve
parent 406112e2
......@@ -82,6 +82,7 @@
var ajaxOptions = {
type: type,
contentType: 'application/json',
cache: false,
data: JSON.stringify(data),
datatype: 'json',
context: $(this),
......
......@@ -82,6 +82,7 @@
var ajaxOptions = {
type: type,
contentType: 'application/json',
cache: false,
data: JSON.stringify(data),
datatype: 'json',
context: $(this),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment