From 70fa4230268a422d0b7eef1ea223ca5cc1c14646 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Feb 2021 21:51:18 +0300 Subject: initial for RIP prototype/scriptaculous --- plugins/share/share.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/share') diff --git a/plugins/share/share.js b/plugins/share/share.js index 46b62ca5b..a5f60d267 100644 --- a/plugins/share/share.js +++ b/plugins/share/share.js @@ -23,9 +23,6 @@ Plugins.Share = { target.href = target.href.replace(/&key=.*$/, "&key=" + new_link); - // eslint-disable-next-line no-new - new Effect.Highlight(target); - const icon = document.querySelector(".share-icon-" + id); if (icon) -- cgit v1.2.3