rename user
This commit is contained in:
parent
f28e3816ff
commit
19292fb940
6 changed files with 43 additions and 16 deletions
|
|
@ -12,6 +12,9 @@ oml.ui.info = function() {
|
|||
overflowY: 'auto'
|
||||
})
|
||||
.bindEvent({
|
||||
toggle: function(data) {
|
||||
oml.UI.set({showInfo: !data.collapsed});
|
||||
},
|
||||
oml_item: function() {
|
||||
that.updateElement();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue