make browser collapse state sticky

This commit is contained in:
rlx 2016-01-10 13:01:58 +05:30
parent 59a3709f84
commit f3007c28fd
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ oml.ui.browser = function() {
});
}
},
toggle: function(data) {
oml.UI.set({showBrowser: !data.collapsed});
},
oml_find: function() {
that.reloadList();
},