rename user
This commit is contained in:
parent
f28e3816ff
commit
19292fb940
6 changed files with 43 additions and 16 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue