removed old commented line

This commit is contained in:
Dynomity 2015-08-30 11:34:37 -06:00
parent 0858fa2af4
commit 84ad8a2788

View file

@ -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');