Showing
1 changed file
with
1 additions
and
1 deletions
@@ -12,7 +12,7 @@ var recommendSwiper, | @@ -12,7 +12,7 @@ var recommendSwiper, | ||
12 | $recommendForYou = $('.recommend-for-you'); | 12 | $recommendForYou = $('.recommend-for-you'); |
13 | 13 | ||
14 | $.get('/home/preference').then(function(html) { | 14 | $.get('/home/preference').then(function(html) { |
15 | - $recommendForYou.html(html); | 15 | + $recommendForYou.html(html).show(); |
16 | if ($('#swiper-recommend').length) { | 16 | if ($('#swiper-recommend').length) { |
17 | recommendSwiper = new Swiper('#swiper-recommend', { | 17 | recommendSwiper = new Swiper('#swiper-recommend', { |
18 | slidesPerView: 'auto', | 18 | slidesPerView: 'auto', |
-
Please register or login to post a comment