mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +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');
|
localStorage.removeItem('topic:' + tid + ':bookmark');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
updateHeader();
|
|
||||||
} else {
|
|
||||||
updateHeader();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateHeader();
|
||||||
|
|
||||||
$('#post-container').on('mouseenter', '.favourite-tooltip', function(e) {
|
$('#post-container').on('mouseenter', '.favourite-tooltip', function(e) {
|
||||||
if (!$(this).data('users-loaded')) {
|
if (!$(this).data('users-loaded')) {
|
||||||
$(this).data('users-loaded', "true");
|
$(this).data('users-loaded', "true");
|
||||||
|
|||||||
Reference in New Issue
Block a user