forked from 0x2620/pandora
working around a bug where resetUI doesn't reset ui.lists
This commit is contained in:
parent
786321136a
commit
f8a0b2ef8b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Ox.load({
|
|||
.unload(unloadWindow)
|
||||
},
|
||||
site: data.site,
|
||||
user: data.user.level == 'guest' ? Ox.extend({}, data.site.user) : data.user
|
||||
user: data.user.level == 'guest' ? Ox.clone(data.site.user) : data.user
|
||||
});
|
||||
Ox.print("USER", data.user)
|
||||
Ox.extend(pandora.site, {
|
||||
|
|
Loading…
Reference in a new issue