mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 11:31:23 +01:00
fixes username in account page
This commit is contained in:
@@ -9,7 +9,7 @@ define(['forum/accountheader'], function(header) {
|
||||
isFollowing = templates.get('isFollowing');
|
||||
|
||||
$(document).ready(function() {
|
||||
var username = $('.account-username a').html();
|
||||
var username = $('.account-username').html();
|
||||
app.enterRoom('user/' + theirid);
|
||||
|
||||
app.addCommasToNumbers();
|
||||
|
||||
Reference in New Issue
Block a user