mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
updateHeader once on load
This commit is contained in:
@@ -322,11 +322,10 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
localStorage.removeItem('topic:' + tid + ':bookmark');
|
||||
}
|
||||
});
|
||||
updateHeader();
|
||||
} else {
|
||||
updateHeader();
|
||||
}
|
||||
|
||||
updateHeader();
|
||||
|
||||
$('#post-container').on('mouseenter', '.favourite-tooltip', function(e) {
|
||||
if (!$(this).data('users-loaded')) {
|
||||
$(this).data('users-loaded', "true");
|
||||
|
||||
Reference in New Issue
Block a user