logs dialog gets removed on close now
This commit is contained in:
parent
e1c3cc69b5
commit
c4dcc423f6
1 changed files with 1 additions and 3 deletions
|
@ -317,9 +317,7 @@ pandora.ui.mainMenu = function() {
|
||||||
});
|
});
|
||||||
pandora.$ui.contentPanel.replaceElement(0, pandora.$ui.browser = pandora.ui.browser());
|
pandora.$ui.contentPanel.replaceElement(0, pandora.$ui.browser = pandora.ui.browser());
|
||||||
} else if (data.id == 'logs') {
|
} else if (data.id == 'logs') {
|
||||||
(pandora.$ui.logsDialog || (
|
pandora.$ui.logsDialog = pandora.ui.logsDialog().open();
|
||||||
pandora.$ui.logsDialog = pandora.ui.logsDialog()
|
|
||||||
)).open();
|
|
||||||
} else if (data.id == 'clearcache') {
|
} else if (data.id == 'clearcache') {
|
||||||
Ox.Request.clearCache();
|
Ox.Request.clearCache();
|
||||||
} else if (data.id == 'reloadapplication') {
|
} else if (data.id == 'reloadapplication') {
|
||||||
|
|
Loading…
Reference in a new issue