From de603e65965e9500720fa04f72e9dff9c239a5a5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 15 Feb 2015 09:01:17 -0800 Subject: [PATCH] Don't link the "(embed)" to the service anymore. It's no longer necessary now that we retain the original link, and it can cause double titles for people who run another link-titling script: https://github.com/zixaphir/appchan-x/issues/857 --- src/Linkification/Embedding.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 43e7ce041..a422bf4b8 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -44,8 +44,7 @@ Embedding = {key, uid, options, link, post} = data embed = $.el 'a', className: 'embedder' - rel: 'nofollow noreferrer' - href: link.href + href: 'javascript:;' textContent: '(embed)' embed.dataset[name] = value for name, value of {key, uid, options}