make theme selectable

This commit is contained in:
rolux 2011-09-09 12:09:05 +00:00
commit 3154c18067
3 changed files with 12 additions and 17 deletions

View file

@ -530,7 +530,7 @@ pandora.ui.list = function() { // fixme: remove view argument
copy: function(data) {
Ox.Clipboard.copy({
items: data.ids,
text: $.map(data.ids, function(id) {
text: data.ids.map(function(id) {
return pandora.$ui.list.value(id, 'title');
}).join('\n')
});