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

@ -306,8 +306,9 @@ oml.ui.folders = function() {
});
};
that.updateUser = function(id, name) {s
// ...
that.updateUser = function(index) {
oml.$ui.folder[index].options({title: ui._users[index].name})
return that;
};
oml.bindEvent({