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({
|
}).bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
that.close();
|
that.close();
|
||||||
pandora.UI.reset();
|
pandora.UI.reset(pandora.$ui.appPanel.reload);
|
||||||
pandora.$ui.appPanel.reload();
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue