Compare commits

..

No commits in common. "e8e5ce415d52ca2b203fc1fbb6852345d64df736" and "d3203ccefe0bfc26c569703b7629acccc3e2817c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -875,7 +875,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Keywords",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Keyword",
"autocomplete": true,
"overlap": true,
"type": "string"
},

View file

@ -493,7 +493,7 @@ pandora.ui.infoView = function(data) {
.css(css)
.html(
formatKey(Ox._('Filming Locations')) + data.filmingLocations.map(function(location) {
return '<a href="/' + location + '">' + location + '</a>'
return '<a href="/map/@' + location + '">' + location + '</a>'
}).join('; ')
)
.appendTo($text);