rename user

This commit is contained in:
j 2014-05-25 16:05:26 +02:00
commit 19292fb940
6 changed files with 43 additions and 16 deletions

View file

@ -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();
},