diff --git a/static/js/pandora/item.js b/static/js/pandora/item.js index d7439854..46359bf3 100644 --- a/static/js/pandora/item.js +++ b/static/js/pandora/item.js @@ -287,7 +287,7 @@ pandora.ui.item = function() { showAnnotationsCalendar: pandora.user.ui.showAnnotationsCalendar, showAnnotationsMap: pandora.user.ui.showAnnotationsMap, showLargeTimeline: true, - showLayers: pandora.user.ui.showLayers, + showLayers: Ox.clone(pandora.user.ui.showLayers), showUsers: pandora.site.annotations.showUsers, subtitles: videoOptions.subtitles, tooltips: true,