forked from varia/varia.website
Update 'content/pages/stream.en.md'
This commit is contained in:
parent
6cc9ddeda0
commit
3fdab5726f
@ -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…
Reference in New Issue
Block a user