* bring the play button back even if private, in private view VRFS-2383
This commit is contained in:
parent
20d5eb8648
commit
7e2b894548
|
|
@ -321,7 +321,10 @@
|
|||
$isPrivate.removeClass('enabled')
|
||||
}
|
||||
else {
|
||||
$feedEntry.find('.play-button').hide();
|
||||
if(!isOwner())
|
||||
{
|
||||
$feedEntry.find('.play-button').hide(); // still show play button if private && isOwner()
|
||||
}
|
||||
$isPrivate.addClass('enabled')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue