Sign In
Embedded Content
<script type="text/javascript">
$( document ).ready ( function() {
$( '.ms-gb2' ).each( function() {
var temp = $(this).html().replace( " : ", "");
$(this).html( temp );
} );
} );
</script>