forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
8fa2172c8b
commit
10311a665c
1 changed files with 2 additions and 2 deletions
|
@ -382,8 +382,8 @@ pandora.ui.folderList = function(id) {
|
|||
Ox.Requests.clearCache('find' + folderItems);
|
||||
});
|
||||
},
|
||||
paste: function(data) {
|
||||
pandora.$ui.list.triggerEvent('paste', data);
|
||||
paste: function() {
|
||||
pandora.$ui.list.triggerEvent('paste');
|
||||
},
|
||||
select: function(data) {
|
||||
var list = data.ids.length ? data.ids[0] : '';
|
||||
|
|
Loading…
Reference in a new issue