diff --git a/static/js/pandora/home.padma.js b/static/js/pandora/home.padma.js index 1d9f3c3a3..91d938531 100644 --- a/static/js/pandora/home.padma.js +++ b/static/js/pandora/home.padma.js @@ -305,6 +305,7 @@ pandora.ui.home = function() { + lists[selected].description ) .appendTo($lists); + pandora.createLinks($text); $icon = Ox.Element({ element: '', tooltip: 'View List' @@ -435,7 +436,7 @@ pandora.ui.home = function() { selectList(lists.length - 1); } } - } + }; Ox.$document.bind({keydown: self.keydown}); } lists.forEach(function(list, i) { diff --git a/static/js/pandora/info.js b/static/js/pandora/info.js index 1cdd35825..94e8866d0 100644 --- a/static/js/pandora/info.js +++ b/static/js/pandora/info.js @@ -207,6 +207,7 @@ pandora.ui.listInfo = function() { $('
').css({height: '8px'}) ).append( $description = Ox.Editable({ + clickLink: pandora.clickLink, format: function(value) { return '
' + value + '
';