fix formatting of annotations in clip views
This commit is contained in:
parent
4b086a9c0e
commit
30d6c35682
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pandora.ui.clipList = function(videoRatio) {
|
||||||
: a.value > b.value ? 1
|
: a.value > b.value ? 1
|
||||||
: 0;
|
: 0;
|
||||||
}).map(function(annotation) {
|
}).map(function(annotation) {
|
||||||
return Ox.stripTags(annotation.value);
|
return Ox.stripTags(annotation.value).replace(/\n/g, ' ');
|
||||||
}).join('; ') : '';
|
}).join('; ') : '';
|
||||||
url = '/' + data.id.split('/')[0] + '/' + height + 'p' + data['in'] + '.jpg';
|
url = '/' + data.id.split('/')[0] + '/' + height + 'p' + data['in'] + '.jpg';
|
||||||
sortKey = sort[0].key;
|
sortKey = sort[0].key;
|
||||||
|
|
Loading…
Reference in a new issue