fixed 3d filter
This commit is contained in:
parent
68bba9b073
commit
757e0a9046
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue