diff --git a/static/js/pandora.api.js b/static/js/pandora.api.js index 62632253..eb5a429f 100755 --- a/static/js/pandora.api.js +++ b/static/js/pandora.api.js @@ -89,7 +89,7 @@ function constructList() { ] }).bindEvent({ select: function(event, data) { - var info = $('
'), + var info = $('
').addClass('OxSelectable'), hash = '#'; $.each(data.ids, function(v, k) { console.log(k)