// Fix cache problem

This commit is contained in:
Jerome Nadaud
2013-11-07 17:58:17 +01:00
parent e3cfacb90e
commit 8a4c036655
+1
View File
@@ -562,6 +562,7 @@
var options = $.extend({}, this.options, data);
this._initFormSettings(options);
this._initDataSettings(options);
options.url = options.url+'&rand=' + new Date().getTime();
return options;
},