mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 01:49:01 +02:00
fixed missing var in user profile
This commit is contained in:
@@ -18,7 +18,7 @@ define('forum/account/header', function() {
|
||||
$('#editLink, #settingsLink, #favouritesLink').removeClass('hide');
|
||||
} else {
|
||||
$('.account-sub-links .plugin-link').each(function() {
|
||||
$this = $(this);
|
||||
var $this = $(this);
|
||||
$this.toggleClass('hide', $this.hasClass('private'));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user