From 0e32fe19290a003e6973279cd4f30f1c9041299b Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 9 Oct 2021 01:42:22 +0600 Subject: [PATCH] upd script --- src/technologies/i.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/i.json b/src/technologies/i.json index 12fdb2e7a..2e3d8b0a5 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -540,7 +540,10 @@ 59 ], "description": "Intersection Observer is a browser API that provides a way to observe the visibility and position of a DOM element relative to the containing root element or viewport.", - "scripts": "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1", + "scripts": [ + "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1", + "/assets/js/lib/intersection-observer\\.min\\.js" + ], "website": "https://www.w3.org/TR/intersection-observer" }, "Invenio": {