From e70742788897138cfb971f78618641a4190707f4 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 23 Apr 2020 13:23:34 +0800 Subject: Pagination adjustment --- layouts/partials/scripts.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layouts/partials/scripts.html') diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 8294611..a6dc367 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -41,8 +41,7 @@ $(function () { Modernizr.on("webp", function (result) { if (!result) { - $('
') - .replaceAll("#content img"); + $('{{ i18n "webpCheckerFront" }}WebP{{ i18n "webpCheckerEnd" }}
').replaceAll("#content img"); } }); }); -- cgit v1.2.3{{ i18n "webpCheckerFront" }}WebP{{ i18n "webpCheckerEnd" }}