Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hanifzekri committed Jun 27, 2024
1 parent 9f1932a commit c27d279
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions asset/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ $(document).ready(function() {
}
});

//
var startimg_width = $('.start img').height();
if (startimg_width <= 200) $('.start img').hide();
else $('.start img').show();

//
var splide1 = new Splide('#slide_fsd', {autoplay: true, rewind: true, arrow: false, type: 'loop'});
splide1.mount();
Expand Down

0 comments on commit c27d279

Please sign in to comment.