Skip to content

Commit 397a4ff

Browse files
authored
Update index.js
1 parent ec54fcf commit 397a4ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/js/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,6 +3421,11 @@ function getGymPopupContent (gym) {
34213421
content += `<b>Worst CP:</b> ${getCpAtLevel(gym.raid_pokemon_id, gym.raid_pokemon_form, 20, false)} / Weather: ${getCpAtLevel(gym.raid_pokemon_id, gym.raid_pokemon_form, 25, false)}<br><br>`;
34223422
}
34233423
}
3424+
3425+
if (gym.ar_scan_eligible) {
3426+
content += '<img src="/img/misc/ar.png" height="26" width="26"><br><br>';
3427+
}
3428+
34243429
content += '</div>';
34253430

34263431
const updatedDate = new Date(gym.updated * 1000);

0 commit comments

Comments
 (0)