summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-18 21:51:18 +0300
committerAndrew Dolgov <[email protected]>2021-02-18 21:51:18 +0300
commit70fa4230268a422d0b7eef1ea223ca5cc1c14646 (patch)
treea4dd25afda189691afbdeecc2f32c4ab09969e5e /plugins/share
parent0b6a71f8eac719070747f22273f4bc7dee0526b6 (diff)
initial for RIP prototype/scriptaculous
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/share.js3
1 files changed, 0 insertions, 3 deletions
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)