From 7b629bd468e3d2175f3fa22e09c0d11f3b03d999 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 20 Feb 2012 21:50:38 +0000 Subject: [PATCH] more clones --- static/js/pandora/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,