make browser collapse state sticky
This commit is contained in:
parent
59a3709f84
commit
f3007c28fd
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ oml.ui.browser = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
toggle: function(data) {
|
||||||
|
oml.UI.set({showBrowser: !data.collapsed});
|
||||||
|
},
|
||||||
oml_find: function() {
|
oml_find: function() {
|
||||||
that.reloadList();
|
that.reloadList();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue