diff --git a/src/jquery.uls.lcd.js b/src/jquery.uls.lcd.js index 36f7429..1d0dbc2 100644 --- a/src/jquery.uls.lcd.js +++ b/src/jquery.uls.lcd.js @@ -98,7 +98,7 @@ dir: $.uls.data.getDir( langCode ) } ) .append( - $( '' ).prop( 'href', '#' ).prop( 'title', language ).html( langName ) + $( '' ).prop( 'title', language ).html( langName ) ); // Append the element to the column in the list @@ -214,7 +214,7 @@ dir: $.uls.data.getDir( langCode ) } ) .append( - $( '' ).prop( 'href', '#' ).prop( 'title', language ).html( langName ) + $( '' ).prop( 'title', language ).html( langName ) ); $column.append( $li ); }