updaye reset ui dialog
This commit is contained in:
parent
fa628495d1
commit
0d5fda8921
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ pandora.ui.resetUIDialog = function(data) {
|
||||||
}).bindEvent({
|
}).bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
that.close();
|
that.close();
|
||||||
pandora.UI.reset(pandora.$ui.appPanel.reload);
|
pandora.$ui.preferencesDialog.close();
|
||||||
|
pandora.UI.set({page: ''});
|
||||||
|
pandora.UI.reset();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue