removed old commented line
This commit is contained in:
parent
0858fa2af4
commit
84ad8a2788
|
@ -613,7 +613,6 @@ function refreshSelected() {
|
||||||
// add the country and flag
|
// add the country and flag
|
||||||
$('#selected_country').text(selected.Country);
|
$('#selected_country').text(selected.Country);
|
||||||
if (selected.Flag !== null) {
|
if (selected.Flag !== null) {
|
||||||
//$('#selected_flag').html('<img src="' + flag_dir + '/' + selected.flag.icon_fn + '" height=12 width=20 title="' + selected.flag.Country + '">' + NBSP + selected.flag.Country);
|
|
||||||
$('#selected_flag').html(selected.Flag);
|
$('#selected_flag').html(selected.Flag);
|
||||||
} else {
|
} else {
|
||||||
$('#selected_flag').text('Unrecognized');
|
$('#selected_flag').text('Unrecognized');
|
||||||
|
|
Loading…
Reference in a new issue