fixed 3d filter

This commit is contained in:
Luke Pulverenti 2013-07-11 09:56:09 -04:00
parent 68bba9b073
commit 757e0a9046

View file

@ -152,7 +152,7 @@
$('#chk3D', this).on('change', function () {
query.StartIndex = 0;
query.Is3D = this.checked ? this.getAttribute('data-filter') : null;
query.Is3D = this.checked ? true : null;
reloadItems(page);
});