diff --git a/_pages/payment-accuracy/assets/js/slick.js b/_pages/payment-accuracy/assets/js/slick.js index d8e599344..cffd2ff7d 100644 --- a/_pages/payment-accuracy/assets/js/slick.js +++ b/_pages/payment-accuracy/assets/js/slick.js @@ -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') @@ -2897,4 +2897,4 @@ return _; }; -})); \ No newline at end of file +}));