Line 58: | Line 58: | ||
$( "li" ).each(function( index ) { | $( "li" ).each(function( index ) { | ||
− | + | ||
links = "<a href=\'https://2017.igem.org/Team:" + $( this ).text() + "\'"; | links = "<a href=\'https://2017.igem.org/Team:" + $( this ).text() + "\'"; | ||
$( this ).prepend("<div>"+links+"</div>"); | $( this ).prepend("<div>"+links+"</div>"); | ||
− | + | $(this).parent().remove(); | |
}); | }); | ||
}); | }); |
Revision as of 18:34, 6 November 2017