Subscribe via RSS Or CSIRO Users can "Watch" this page
HTML |
---|
<script>
AJS.toInit(function(){
AJS.$('.comment-header .author').each(function(){
var author = AJS.$(this).text().trim();
AJS.$(this).empty().text(author);
});
AJS.$('.userLogo').hide();
});
</script> |
...