...
|
...
|
@@ -78,7 +78,7 @@ function search() { |
|
|
type: 'GET',
|
|
|
url: introUrl,
|
|
|
success: function(data) {
|
|
|
$productDesc = $('#product-desc');
|
|
|
$productDesc = $('#productDesc');
|
|
|
$productDesc.append(data);
|
|
|
|
|
|
window.rePosFooter();
|
...
|
...
|
@@ -143,6 +143,4 @@ function scrollHandler() { |
|
|
// srcoll to load more
|
|
|
$(window).scroll(function() {
|
|
|
window.requestAnimationFrame(scrollHandler);
|
|
|
});
|
|
|
|
|
|
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|