Compare commits
No commits in common. "e8e5ce415d52ca2b203fc1fbb6852345d64df736" and "d3203ccefe0bfc26c569703b7629acccc3e2817c" have entirely different histories.
e8e5ce415d
...
d3203ccefe
2 changed files with 1 additions and 2 deletions
|
|
@ -875,7 +875,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"title": "Keywords",
|
"title": "Keywords",
|
||||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
"item": "Keyword",
|
"item": "Keyword",
|
||||||
"autocomplete": true,
|
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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="/' + location + '">' + location + '</a>'
|
return '<a href="/map/@' + location + '">' + location + '</a>'
|
||||||
}).join('; ')
|
}).join('; ')
|
||||||
)
|
)
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue