1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 00:28:00 +02:00

Add "s" to http lol

This commit is contained in:
vrde 2015-08-07 14:23:59 +02:00
parent 15c0ae6430
commit e9c776fec4

View File

@ -46,7 +46,7 @@ let MediaContainer = React.createClass({
}
panel={
<pre className="">
{'<iframe width="560" height="' + height + '" src="http://embed.ascribe.io/content/'
{'<iframe width="560" height="' + height + '" src="https://embed.ascribe.io/content/'
+ this.props.content.bitcoin_id + '" frameborder="0" allowfullscreen></iframe>'}
</pre>
}/>