mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 05:23:36 -04:00
Fix: comma
This commit is contained in:
parent
101ba5d8fe
commit
008b308939
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ Discourse.AdminUserRoute = Discourse.Route.extend({
|
|||
Discourse.AdminUser.find(Em.get(model, 'username').toLowerCase()).then(function (u) {
|
||||
controller.set('content', u);
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue