don't lookup filming location on map
This commit is contained in:
parent
d3203ccefe
commit
7f895a8660
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ pandora.ui.infoView = function(data) {
|
||||||
.css(css)
|
.css(css)
|
||||||
.html(
|
.html(
|
||||||
formatKey(Ox._('Filming Locations')) + data.filmingLocations.map(function(location) {
|
formatKey(Ox._('Filming Locations')) + data.filmingLocations.map(function(location) {
|
||||||
return '<a href="/map/@' + location + '">' + location + '</a>'
|
return '<a href="/' + location + '">' + location + '</a>'
|
||||||
}).join('; ')
|
}).join('; ')
|
||||||
)
|
)
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
Loading…
Reference in a new issue