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

Merged in AD-707-add-https-to-embed (pull request #33)

Add "s" to http
This commit is contained in:
diminator 2015-08-10 17:03:16 +02:00
commit 9408370239

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>
}/>