diff --git a/content/pages/stream.en.md b/content/pages/stream.en.md index 7e05c04..c810259 100644 --- a/content/pages/stream.en.md +++ b/content/pages/stream.en.md @@ -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(); + }); + }); \ No newline at end of file