don't show "view on planespotters" when using planespotter thumbnails
This commit is contained in:
@@ -1803,6 +1803,11 @@ function initMap() {
|
||||
} else {
|
||||
$('#photo_container').addClass('hidden');
|
||||
}
|
||||
if (showPictures && planespottersAPI && !flightawareLinks) {
|
||||
$('#photoLinkRow').addClass('hidden');
|
||||
} else {
|
||||
$('#photoLinkRow').removeClass('hidden');
|
||||
}
|
||||
refreshSelected();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user