forked from 0x2620/pandora
fix reset UI dialog
This commit is contained in:
parent
e62467cba1
commit
33752fa72d
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ pandora.ui.resetUIDialog = function(data) {
|
|||
}).bindEvent({
|
||||
click: function() {
|
||||
that.close();
|
||||
pandora.UI.reset();
|
||||
pandora.$ui.appPanel.reload();
|
||||
pandora.UI.reset(pandora.$ui.appPanel.reload);
|
||||
}
|
||||
})
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue