diff --git a/static/js/pandora/menu.js b/static/js/pandora/menu.js index ed76cfc28..2b51e8d93 100644 --- a/static/js/pandora/menu.js +++ b/static/js/pandora/menu.js @@ -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() {