From 56d087a17b637761fc63f30c482ed281b31f6260 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 15 Feb 2015 18:45:31 -0800 Subject: [PATCH] Fix HTTP links (from embedding) in inlined quotes. --- src/Linkification/Embedding.coffee | 1 - 1 file changed, 1 deletion(-) 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."