[-] MO : #PNM-33 - Disable cache of ajax queries on the blocklayered

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14257 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-03-26 13:04:48 +00:00
parent d879826a23
commit 3381f0974f
+1
View File
@@ -369,6 +369,7 @@ function reloadContent(params_plus)
url: baseDir + 'modules/blocklayered/blocklayered-ajax.php',
data: data+params_plus+n,
dataType: 'json',
cache: false, // @todo see a way to use cache and to add a timestamps parameter to refresh cache each 10 minutes for example
success: function(result)
{
$('#layered_block_left').replaceWith(result.filtersBlock);