Bring mixitup.js back

Turns out it's essential for sorting
This commit is contained in:
Matěj Grabovský 2015-03-31 08:14:53 +02:00
parent ca542c9d5d
commit 3e53a9e4e6
4 changed files with 47 additions and 2 deletions

View file

@ -13,4 +13,5 @@ if (active_page == 'catalog') $(function(){
$(".grid-li").addClass("grid-size-"+value);
});
$('#Grid').mixitup({});
});