Compare commits
2 commits
d3203ccefe
...
e8e5ce415d
| Author | SHA1 | Date | |
|---|---|---|---|
| e8e5ce415d | |||
| 7f895a8660 |
2 changed files with 2 additions and 1 deletions
|
|
@ -875,6 +875,7 @@ 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="/map/@' + location + '">' + location + '</a>'
|
return '<a href="/' + location + '">' + location + '</a>'
|
||||||
}).join('; ')
|
}).join('; ')
|
||||||
)
|
)
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue