Skip to content

Commit

Permalink
ismeretlen szolgáltatójú kapcsolat megjelenítése
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesar-andras committed Sep 20, 2016
1 parent 87ee207 commit 04abc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function getOperatorColours(feature) {
if (display.telenor && is.telenor) colours.push('#00a9e3');
if (display.telekom && is.telekom) colours.push('#000000');
if (display.vodafone && is.vodafone) colours.push('#d5030b');
if (!is.telenor && !is.telekom && !is.vodafone) is.unknown = true;
if (display.unknown && is.unknown) colours.push('#808080');
return colours;
}
Expand Down

0 comments on commit 04abc87

Please sign in to comment.