diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index e68fe1e9f..a57633169 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -47,7 +47,6 @@ Embedding = if Embedding.types[key].httpOnly and location.protocol isnt 'http:' embed = $.el 'a', - className: 'embedder' href: "http://boards.4chan.org/#{post.board}/thread/#{post.thread}#p#{post}" textContent: '(HTTP)' title: "#{key} does not support HTTPS."