forked from 0x2620/pandora
clear cache on reloadapplication
This commit is contained in:
parent
581c28bab6
commit
e38a1e92f8
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ 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 == 'resetui') {
|
||||
pandora.api.resetUI({}, function() {
|
||||
|
|
Loading…
Reference in a new issue