diff --git a/config.json b/config.json index 0f4e28e..d32e59e 100644 --- a/config.json +++ b/config.json @@ -361,7 +361,9 @@ "showAnnotations": false, "showBrowser": true, "showDebugMenu": false, - "showFolder": {}, + "showFolder": { + "": true + }, "showFilters": true, "showIconInfo": true, "showInfo": true, diff --git a/static/js/UI.js b/static/js/UI.js index 82e3386..47409d6 100644 --- a/static/js/UI.js +++ b/static/js/UI.js @@ -17,7 +17,8 @@ oml.UI = (function() { var ui = oml.user.ui; function reload() { - ui = oml.config.user.ui; + Ox.Request.clearCache() + oml.user.ui = ui = oml.config.user.ui; ui._list = oml.getListState(ui.find); ui._filterState = oml.getFilterState(ui.find); ui._findState = oml.getFindState(ui.find);