forked from 0x2620/pandora
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());
|
||||
} 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') {
|
||||
Ox.Request.clearCache();
|
||||
} else if (data.id == 'reloadapplication') {
|
||||
|
|
Loading…
Reference in a new issue