add website field to publishers map popup
This commit is contained in:
parent
91f5a092e5
commit
3dcb7712db
@ -64,6 +64,8 @@
|
|||||||
return '<video width="320" controls style="padding-bottom: 12px; width: 100%;"><source src="' + objectOrder[key] + '"></video>'
|
return '<video width="320" controls style="padding-bottom: 12px; width: 100%;"><source src="' + objectOrder[key] + '"></video>'
|
||||||
} else if (key === 'audio') {
|
} else if (key === 'audio') {
|
||||||
return '<audio controls style="padding-bottom: 12px; width: 100%;"><source src="' + objectOrder[key] + '"></audio>'
|
return '<audio controls style="padding-bottom: 12px; width: 100%;"><source src="' + objectOrder[key] + '"></audio>'
|
||||||
|
} else if (key === 'website') {
|
||||||
|
return '<p><strong>website: </strong><a href="'+ objectOrder[key] + '">' + objectOrder[key] + '</a></p>'
|
||||||
} else {
|
} else {
|
||||||
return '<p>' + objectOrder[key] + '</p>'
|
return '<p>' + objectOrder[key] + '</p>'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user