...
|
...
|
@@ -45,7 +45,7 @@ var $listNav = $('#list-nav'), |
|
|
end: false
|
|
|
},
|
|
|
price: {
|
|
|
order: 0,
|
|
|
order: 1,
|
|
|
reload: true,
|
|
|
page: 0,
|
|
|
end: false
|
...
|
...
|
@@ -474,4 +474,3 @@ $listNav.on('touchstart', 'li', function() { |
|
|
}).on('touchend touchcancel', 'li', function() {
|
|
|
$listNav.find('li').removeClass('bytouch');
|
|
|
}); |
|
|
|
...
|
...
|
|