updaye reset ui dialog

This commit is contained in:
rolux 2012-06-30 20:03:32 +00:00
parent fa628495d1
commit 0d5fda8921

View file

@ -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();
} }
}) })
], ],