Fix HTTP links (from embedding) in inlined quotes.

This commit is contained in:
ccd0 2015-02-15 18:45:31 -08:00
parent 0ba8912b49
commit 56d087a17b

View File

@ -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."