// Blocklayered: Fix little bug
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16405 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -417,7 +417,7 @@ function reloadContent(params_plus)
|
|||||||
if ($.browser.msie) // Fix bug with IE8 and aliasing
|
if ($.browser.msie) // Fix bug with IE8 and aliasing
|
||||||
$('#product_list').css('filter', '');
|
$('#product_list').css('filter', '');
|
||||||
|
|
||||||
if (result.pagination.search(/[^\s]/) > 0) {
|
if (result.pagination.search(/[^\s]/) >= 0) {
|
||||||
if ($(result.pagination).find('ul.pagination').length)
|
if ($(result.pagination).find('ul.pagination').length)
|
||||||
{
|
{
|
||||||
$('div#pagination').show();
|
$('div#pagination').show();
|
||||||
|
|||||||
Reference in New Issue
Block a user