disable ajax caching, fixes #807
This commit is contained in:
parent
7dee473414
commit
4ba14bbf01
@ -302,6 +302,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
dataType: options.dataType,
|
dataType: options.dataType,
|
||||||
data: data,
|
data: data,
|
||||||
type: type,
|
type: type,
|
||||||
|
cache: false,
|
||||||
traditional: traditional,
|
traditional: traditional,
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
if (requestNumber < requestSequence) {
|
if (requestNumber < requestSequence) {
|
||||||
|
Loading…
Reference in New Issue
Block a user