From bbf3815dd67f635916e07f15b4b0363033af8589 Mon Sep 17 00:00:00 2001 From: ccl Date: Sat, 18 Apr 2020 15:05:55 +0200 Subject: [PATCH] Update 'content/pages/stream.en.md' --- content/pages/stream.en.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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