make theme selectable
This commit is contained in:
parent
9cf7fb28dd
commit
3154c18067
3 changed files with 12 additions and 17 deletions
|
|
@ -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')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue