Update 'content/pages/stream.en.md'

This commit is contained in:
ccl 2020-04-18 15:05:55 +02:00
parent 6a7f003f11
commit bbf3815dd6

View File

@ -46,9 +46,13 @@ date: 2017-04-09
})();
$window.setTimeout(function(){
$('#irc-chat').contents().find('.kiwi-startup-common-section-info-content').css({'display':'none');
});
$(function() {
console.log("PARENT READY");
$("iframe").on("load", function(){
console.log("LOADED");
$(this).contents().find('.kiwi-startup-common').hide();
});
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>