[-] MO : #PSCFI-4015 - layered navigation module on IE7 creates scripterror / empty query
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10987 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -252,6 +252,8 @@ function openCloseFilter()
|
||||
}
|
||||
|
||||
function stopAjaxQuery() {
|
||||
if (typeof(ajaxQueries) == 'undefined')
|
||||
ajaxQueries = new Array();
|
||||
for(i = 0; i < ajaxQueries.length; i++)
|
||||
ajaxQueries[i].abort();
|
||||
ajaxQueries = new Array();
|
||||
|
||||
Reference in New Issue
Block a user