From e38a1e92f8e8e8d71e0e124387f3f8167a17e0d6 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 23 Mar 2012 11:17:50 +0000 Subject: [PATCH] clear cache on reloadapplication --- static/js/pandora/menu.js | 1 + 1 file changed, 1 insertion(+) 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() {