Inside Goal.Com
/* empty because this one does not have controls */?>
‘ + stream.commentCount + ‘
‘);
}
});
container.html(‘
- ‘ + list.join(”) + ‘
‘);
}
else {
// Hack (cross widget JS) to modfy frame tab if there’s no content for most-discussed
var frame = container.parents(‘.widget.frame’);
if (frame.length) {
var content = container.parent(‘.tab-content’);
var tab = $(‘.tab[data-index=”‘ + content.attr(‘data-index’) + ‘”]’, frame);
content.hide();
tab.hide();
}
}
}
});