|
|
@ -16,7 +16,7 @@ date: 2017-04-09 |
|
|
|
</div> |
|
|
|
</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> |
|
|
|
(function(){ |
|
|
@ -44,4 +44,9 @@ date: 2017-04-09 |
|
|
|
|
|
|
|
waitForIt(".toggle-smiley", 1000); |
|
|
|
})(); |
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function() { |
|
|
|
$('#irc-chat').find('.kiwi-startup-common-section-info-content').css('display','none'); |
|
|
|
}); |
|
|
|
</script> |