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
This commit is contained in:
ccd0 2015-02-15 09:01:17 -08:00
parent 89035bf024
commit de603e6596

View File

@ -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}