|
|
@@ -51,7 +51,7 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li><a href="#none" class="filter open_filter">필터</a></li>
|
|
|
+ <li><a href="javascript:void(0);" class="filter open_filter">필터</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -1082,7 +1082,7 @@
|
|
|
// fnCategoryGoodsInfiniteScrollInit();
|
|
|
console.log('here*'+historyData.scroll);
|
|
|
// $('html, body').animate({scrollTop: $('#'+scrollLoc).offset().top}, 'slow');
|
|
|
- // $('html, body').animate({scrollTop: historyData.scroll}, 'slow');
|
|
|
+ $('html, body').animate({scrollTop: historyData.scroll}, 'slow');
|
|
|
fnGoodsListSearch();
|
|
|
}
|
|
|
}else{
|