From 29b34b91a67b55f766da1d240ecc30fa07daeac8 Mon Sep 17 00:00:00 2001 From: mlec <42201667+mlec1@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:22:23 +0200 Subject: [PATCH] Fix lazysize unveilhooks regex --- src/technologies/l.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/l.json b/src/technologies/l.json index d4b42ef8a..77035d213 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -229,7 +229,7 @@ "description": "LazySizes unveilhooks plugin extends lazySizes to lazyload scripts/widgets, background images, styles and video/audio elements.", "icon": "default.svg", "oss": true, - "scriptSrc": "ls.\\unveilhooks(?:\\.min)?\\.js", + "scriptSrc": "ls\\.unveilhooks(?:\\.min)?\\.js", "website": "https://github.com/aFarkas/lazysizes/tree/gh-pages/plugins/unveilhooks" }, "Leadinfo": { @@ -1638,4 +1638,4 @@ "oss": true, "website": "https://github.com/paulirish/lite-youtube-embed" } -} \ No newline at end of file +}