Skip to content

Commit

Permalink
Update slick.js
Browse files Browse the repository at this point in the history
  • Loading branch information
km719 authored Dec 19, 2024
1 parent 87b3527 commit 3885315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/payment-accuracy/assets/js/slick.js
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@
image
.animate({ opacity: 0 }, 100, function () {
image
.attr('src', imageSource)
.attr('src', encodeURI(imageSource))
.animate({ opacity: 1 }, 200, function () {
image
.removeAttr('data-lazy')
Expand Down Expand Up @@ -2897,4 +2897,4 @@
return _;
};

}));
}));

0 comments on commit 3885315

Please sign in to comment.