From 5151cb42cb1adcd5a3a515f250ae62e1554fcb41 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 16:19:54 +0530 Subject: [PATCH] use textPanel --- static/js/pandora/rightPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/rightPanel.js b/static/js/pandora/rightPanel.js index 2b11ff9d..338447a6 100644 --- a/static/js/pandora/rightPanel.js +++ b/static/js/pandora/rightPanel.js @@ -58,7 +58,7 @@ pandora.ui.rightPanel = function() { } }); } else if (pandora.user.ui.section == 'texts') { - that = pandora.$ui.text = pandora.ui.text(); + that = pandora.$ui.textPanel = pandora.ui.textPanel(); } return that; };