Browse Source

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

master
ccl 4 years ago
parent
commit
bbf3815dd6
  1. 8
      content/pages/stream.en.md

8
content/pages/stream.en.md

@ -46,8 +46,12 @@ 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>

Loading…
Cancel
Save