Browse Source

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

master
ccl 4 years ago
parent
commit
3fdab5726f
  1. 7
      content/pages/stream.en.md

7
content/pages/stream.en.md

@ -16,7 +16,7 @@ date: 2017-04-09
</div> </div>
</span> </span>
<iframe src="https://webchat.freenode.net/?#varia" style="border:0;width:100%;height:400;"></iframe> <iframe id="irc-chat" src="https://webchat.freenode.net/?#varia" style="border:0;width:100%;height:400;"></iframe>
<script> <script>
(function(){ (function(){
@ -44,4 +44,9 @@ date: 2017-04-09
waitForIt(".toggle-smiley", 1000); waitForIt(".toggle-smiley", 1000);
})(); })();
$(document).ready(function() {
$('#irc-chat').find('.kiwi-startup-common-section-info-content').css('display','none');
});
</script> </script>
Loading…
Cancel
Save