forked from 0x2620/oxjs
update listLengh in addItems/removeItems
This commit is contained in:
parent
ac4dd51ed7
commit
1a7a5985d9
3 changed files with 6 additions and 3 deletions
|
|
@ -32,8 +32,8 @@ Ox.load('UI', {
|
|||
}
|
||||
},
|
||||
select: function(data) {
|
||||
if (data.ids) {
|
||||
document.location.hash = data.ids[0];
|
||||
if (data.id) {
|
||||
document.location.hash = data.id;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue