From 0dacaa5802d7cac9f7a78b5dde2fbefaaaae9fde Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 13 Jul 2012 09:27:33 +0000 Subject: [PATCH] // Blocklayered: Fix little bug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16405 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blocklayered/blocklayered.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blocklayered/blocklayered.js b/modules/blocklayered/blocklayered.js index da3229ba8..e2612fdd0 100644 --- a/modules/blocklayered/blocklayered.js +++ b/modules/blocklayered/blocklayered.js @@ -417,7 +417,7 @@ function reloadContent(params_plus) if ($.browser.msie) // Fix bug with IE8 and aliasing $('#product_list').css('filter', ''); - if (result.pagination.search(/[^\s]/) > 0) { + if (result.pagination.search(/[^\s]/) >= 0) { if ($(result.pagination).find('ul.pagination').length) { $('div#pagination').show();