allow for editing cover url

This commit is contained in:
rlx 2016-01-16 10:44:22 +05:30
commit d0e2fe0340
3 changed files with 45 additions and 26 deletions

View file

@ -15,6 +15,9 @@ oml.ui.info = function() {
toggle: function(data) {
oml.UI.set({showInfo: !data.collapsed});
},
oml_icons: function() {
that.updateElement();
},
oml_item: function() {
that.updateElement();
},