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