Showing
1 changed file
with
2 additions
and
2 deletions
@@ -69,9 +69,9 @@ if ($('#index_nav').length > 0) { | @@ -69,9 +69,9 @@ if ($('#index_nav').length > 0) { | ||
69 | }).goto($('#index_nav').find('.active').index()); | 69 | }).goto($('#index_nav').find('.active').index()); |
70 | } | 70 | } |
71 | 71 | ||
72 | -if ($('#list-nav').length > 0) { | 72 | +if ($('.outlet-category-nav').length > 0) { |
73 | iscroll({ | 73 | iscroll({ |
74 | - el: '#list-nav' | 74 | + el: '.outlet-category-nav' |
75 | }).goto(0); | 75 | }).goto(0); |
76 | } | 76 | } |
77 | 77 |
-
Please register or login to post a comment