fix reset UI
This commit is contained in:
parent
aaa9a4a538
commit
0d76284684
2 changed files with 5 additions and 2 deletions
|
@ -361,7 +361,9 @@
|
|||
"showAnnotations": false,
|
||||
"showBrowser": true,
|
||||
"showDebugMenu": false,
|
||||
"showFolder": {},
|
||||
"showFolder": {
|
||||
"": true
|
||||
},
|
||||
"showFilters": true,
|
||||
"showIconInfo": true,
|
||||
"showInfo": true,
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue