forked from 0x2620/pandora
make cancelling requests and clearing cache part of appPanel.reload
This commit is contained in:
parent
a8fca7f07a
commit
b0ecc8b077
3 changed files with 2 additions and 3 deletions
|
|
@ -421,7 +421,6 @@ pandora.ui.mainMenu = function() {
|
|||
} else if (data.id == 'clearcache') {
|
||||
Ox.Request.clearCache();
|
||||
} else if (data.id == 'reloadapplication') {
|
||||
Ox.Request.clearCache();
|
||||
pandora.$ui.appPanel.reload();
|
||||
} else if (data.id == 'debugmode') {
|
||||
if (pandora.localStorage('enableDebugMode')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue