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

This commit is contained in:
mDeflotte
2012-03-26 13:04:48 +00:00
parent 86dec6944f
commit 94f81aa47b
+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);