Skip to content

Commit

Permalink
Update CountryFlags.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dedevillela committed Jan 9, 2018
1 parent 1985b94 commit 828073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountryFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function customFormatCountryFlagImageHtml(aircraft)
var result = '';
if(aircraft.country.val) {
var codeToUse = '';
var codeToUse = aircraft.country.val;
codeToUse = aircraft.country.val;
//Place images on 'country' folder
result = '<img src="images/web-country/Wdth-27/Hght-20';
if(VRS.browserHelper.isHighDpi()) result += '/HiDpi';
Expand Down

0 comments on commit 828073e

Please sign in to comment.