[-] FO : Apply changes from commit 1.4.X 1d0d59845b5f9cb9333a89e60523ab41df076d89 no cache for POST queries
This commit is contained in:
@@ -338,7 +338,8 @@ function searchProducts()
|
||||
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'ajax-tab.php',
|
||||
headers: { "cache-control": "no-cache" },
|
||||
url: 'ajax-tab.php' + '?rand=' + new Date().getTime(),
|
||||
async: true,
|
||||
dataType: 'json',
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user