clear cache on reloadapplication

This commit is contained in:
rolux 2012-03-23 11:17:50 +00:00
parent 581c28bab6
commit e38a1e92f8

View File

@ -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() {