1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed typo and adjusted sizes

This commit is contained in:
Luke Pulverenti 2013-04-12 14:40:48 -04:00
parent 0d19fce987
commit 4bff5dc5de
4 changed files with 6 additions and 4 deletions

View file

@ -75,7 +75,7 @@
var gmap = '<a target="_blank" href="https://maps.google.com/maps?q=' + item.ProductionLocations[0] + '">' + item.ProductionLocations[0] + '</a>';
$('#itemBirthLocation', page).show().html("Birth place:&nbsp;&nbsp;" + gmap).trigger('create');
$('#itemBirthLocation', page).show().html("Birthplace:&nbsp;&nbsp;" + gmap).trigger('create');
} else {
$('#itemBirthLocation', page).hide();
}