mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37: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 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>
|
||||
</div>
|
||||
</div>
|
|
@ -1,3 +1,5 @@
|
|||
document.domain = 'lbry.io';
|
||||
|
||||
jQuery.fn.extend({
|
||||
jFor: function() {
|
||||
var self = $(this),
|
||||
|
|
Loading…
Add table
Reference in a new issue