Fixed issue #27 - Clicking on language links goes to "#"

Change-Id: I8f675a00dc697540df4e011cdb58e1b423b9f191
This commit is contained in:
Santhosh Thottingal
2012-11-08 12:14:57 +05:30
parent 0717a797da
commit 5e66a8a163

View File

@@ -98,7 +98,7 @@
dir: $.uls.data.getDir( langCode )
} )
.append(
$( '<a>' ).prop( 'href', '#' ).prop( 'title', language ).html( langName )
$( '<a>' ).prop( 'title', language ).html( langName )
);
// Append the element to the column in the list
@@ -214,7 +214,7 @@
dir: $.uls.data.getDir( langCode )
} )
.append(
$( '<a>' ).prop( 'href', '#' ).prop( 'title', language ).html( langName )
$( '<a>' ).prop( 'title', language ).html( langName )
);
$column.append( $li );
}