Use svg icons for the country flags.

Closes #6223.
This commit is contained in:
sledgehammer999
2017-10-21 00:41:24 +03:00
parent 9600e7f5ad
commit 52df71ad3a
496 changed files with 17702 additions and 253 deletions

View File

@@ -1177,7 +1177,7 @@ var TorrentPeersTable = new Class({
return;
}
var img_path = 'images/flags/' + country_code + '.png';
var img_path = 'images/flags/' + country_code + '.svg';
if (td.getChildren('img').length) {
var img = td.getChildren('img')[0];