Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap

This commit is contained in:
Rémi Gaillard
2013-11-07 18:34:09 +01:00
+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;
},