forked from varia/varia.website
Update 'content/pages/stream.en.md'
This commit is contained in:
parent
6a7f003f11
commit
bbf3815dd6
@ -46,9 +46,13 @@ date: 2017-04-09
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
$window.setTimeout(function(){
|
$(function() {
|
||||||
$('#irc-chat').contents().find('.kiwi-startup-common-section-info-content').css({'display':'none');
|
console.log("PARENT READY");
|
||||||
});
|
$("iframe").on("load", function(){
|
||||||
|
console.log("LOADED");
|
||||||
|
$(this).contents().find('.kiwi-startup-common').hide();
|
||||||
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
Loading…
Reference in New Issue
Block a user