Fix HTTP links (from embedding) in inlined quotes.
This commit is contained in:
parent
0ba8912b49
commit
56d087a17b
@ -47,7 +47,6 @@ Embedding =
|
|||||||
|
|
||||||
if Embedding.types[key].httpOnly and location.protocol isnt 'http:'
|
if Embedding.types[key].httpOnly and location.protocol isnt 'http:'
|
||||||
embed = $.el 'a',
|
embed = $.el 'a',
|
||||||
className: 'embedder'
|
|
||||||
href: "http://boards.4chan.org/#{post.board}/thread/#{post.thread}#p#{post}"
|
href: "http://boards.4chan.org/#{post.board}/thread/#{post.thread}#p#{post}"
|
||||||
textContent: '(HTTP)'
|
textContent: '(HTTP)'
|
||||||
title: "#{key} does not support HTTPS."
|
title: "#{key} does not support HTTPS."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user