diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index 587fe4588..530f4ad3d 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -775,7 +775,7 @@ pandora.getMetadataByIdOrName = function(item, view, str, callback) { Ox.Log('URL', 'getMetadataByIdOrName', item, view, str); var isName = str[0] == '@', canBeAnnotation = ( - !view || view == 'video' || view == 'timeline' + !view || Ox.contains(['player', 'editor', 'timeline'], view) ) && item && !isName, canBeEvent = !view || view == 'calendar', canBePlace = !view || view == 'map';