4,090
edits
No edit summary |
No edit summary |
||
Line 524: | Line 524: | ||
if (filtersDiv.hasClass('is-visible')) { | if (filtersDiv.hasClass('is-visible')) { | ||
filtersDiv.css('display', 'grid').hide().slideDown(100); | filtersDiv.css('display', 'grid').hide().slideDown(100); | ||
$(this).text('[FILTER]'); | $(this).text('[ FILTER ]'); | ||
} else { | } else { | ||
filtersDiv.slideUp(100, function() { | filtersDiv.slideUp(100, function() { | ||
Line 530: | Line 530: | ||
// The filter reset code has been removed to keep the filters active | // The filter reset code has been removed to keep the filters active | ||
}); | }); | ||
$(this).text('[FILTER]'); | $(this).text('[ FILTER ]'); | ||
} | } | ||
updateLastVisibleCard(); | updateLastVisibleCard(); |