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