mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix for iframe resizing on blog?
This commit is contained in:
parent
5391d8c4d9
commit
e9c84a1ce7
2 changed files with 3 additions and 1 deletions
|
@ -18,4 +18,4 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="control-item no-label">
|
<div class="control-item no-label">
|
||||||
<a href="https://www.facebook.com/lbryio"><span class="icon icon-facebook"></span> <span class="btn-label">Facebook</span></a>
|
<a href="https://www.facebook.com/lbryio"><span class="icon icon-facebook"></span> <span class="btn-label">Facebook</span></a>
|
||||||
</div>
|
</div>
|
|
@ -1,3 +1,5 @@
|
||||||
|
document.domain = 'lbry.io';
|
||||||
|
|
||||||
jQuery.fn.extend({
|
jQuery.fn.extend({
|
||||||
jFor: function() {
|
jFor: function() {
|
||||||
var self = $(this),
|
var self = $(this),
|
||||||
|
|
Loading…
Add table
Reference in a new issue