From 879ff71902dfc0c43479eab742ae03b4f2f5259a Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 21 Feb 2012 03:15:10 +0530 Subject: [PATCH] clone pandora.user.ui.showLayers --- 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 5c7a77310..d74398545 100644 --- a/static/js/pandora/item.js +++ b/static/js/pandora/item.js @@ -155,7 +155,7 @@ pandora.ui.item = function() { showAnnotations: pandora.user.ui.showAnnotations, showAnnotationsCalendar: pandora.user.ui.showAnnotationsCalendar, showAnnotationsMap: pandora.user.ui.showAnnotationsMap, - showLayers: pandora.user.ui.showLayers, + showLayers: Ox.clone(pandora.user.ui.showLayers), showUsers: pandora.site.annotations.showUsers, showTimeline: pandora.user.ui.showTimeline, subtitles: videoOptions.subtitles,