Fixed issue #27 - Clicking on language links goes to "#"
Change-Id: I8f675a00dc697540df4e011cdb58e1b423b9f191
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
dir: $.uls.data.getDir( langCode )
|
dir: $.uls.data.getDir( langCode )
|
||||||
} )
|
} )
|
||||||
.append(
|
.append(
|
||||||
$( '<a>' ).prop( 'href', '#' ).prop( 'title', language ).html( langName )
|
$( '<a>' ).prop( 'title', language ).html( langName )
|
||||||
);
|
);
|
||||||
|
|
||||||
// Append the element to the column in the list
|
// Append the element to the column in the list
|
||||||
@@ -214,7 +214,7 @@
|
|||||||
dir: $.uls.data.getDir( langCode )
|
dir: $.uls.data.getDir( langCode )
|
||||||
} )
|
} )
|
||||||
.append(
|
.append(
|
||||||
$( '<a>' ).prop( 'href', '#' ).prop( 'title', language ).html( langName )
|
$( '<a>' ).prop( 'title', language ).html( langName )
|
||||||
);
|
);
|
||||||
$column.append( $li );
|
$column.append( $li );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user