Use #hideCaption instead of manual handling

This commit is contained in:
Cryptkeeper 2017-03-14 21:04:38 -05:00
parent 039d1364ea
commit b4c716d701

@ -491,7 +491,7 @@ $(document).ready(function() {
});
socket.on('syncComplete', function(data) {
$('#tagline-text').slideUp(100);
hideCaption();
$(document).on('click', '.server', function(e) {
var serverId = $(this).attr('server-id');