From 6a7f003f11179c21441334b02f9eebffe9d2747f Mon Sep 17 00:00:00 2001 From: ccl Date: Sat, 18 Apr 2020 14:52:58 +0200 Subject: [PATCH] attempt to change styling of irc iframe --- content/pages/stream.en.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/pages/stream.en.md b/content/pages/stream.en.md index 6315bec..7e05c04 100644 --- a/content/pages/stream.en.md +++ b/content/pages/stream.en.md @@ -46,7 +46,9 @@ date: 2017-04-09 })(); -$(document).ready(function() { - $('#irc-chat').find('.kiwi-startup-common-section-info-content').css('display','none'); +$window.setTimeout(function(){ + $('#irc-chat').contents().find('.kiwi-startup-common-section-info-content').css({'display':'none'); }); - \ No newline at end of file + + + \ No newline at end of file