Commit 2d27c331 authored by Thomas Lechauve's avatar Thomas Lechauve
parent 406112e2
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
var ajaxOptions = { var ajaxOptions = {
type: type, type: type,
contentType: 'application/json', contentType: 'application/json',
cache: false,
data: JSON.stringify(data), data: JSON.stringify(data),
datatype: 'json', datatype: 'json',
context: $(this), context: $(this),
......
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
var ajaxOptions = { var ajaxOptions = {
type: type, type: type,
contentType: 'application/json', contentType: 'application/json',
cache: false,
data: JSON.stringify(data), data: JSON.stringify(data),
datatype: 'json', datatype: 'json',
context: $(this), 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