and more...
This commit is contained in:
parent
10d2f35b7b
commit
0c18dad1b5
20 changed files with 293 additions and 146 deletions
|
|
@ -53,7 +53,9 @@ oml.ui.listDialog = function() {
|
|||
});
|
||||
|
||||
oml.api.getLists(function(result) {
|
||||
var lists = result.data.lists[oml.user.id],
|
||||
var lists = result.data.lists.filter(function(list) {
|
||||
return list.user == oml.user.preferences.username;
|
||||
}),
|
||||
listData = Ox.getObjectById(lists, list),
|
||||
listNames = lists.map(function(list) {
|
||||
return list.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue