[-] MO : #PNM-33 - Disable cache of ajax queries on the blocklayered
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user