mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
closes #1137
This commit is contained in:
@@ -108,6 +108,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
if(err) {
|
||||
return app.alertError(err.message);
|
||||
}
|
||||
app.alertSuccess('[[topic:markAsUnreadForAll.success]]');
|
||||
btn.parents('.thread-tools.open').find('.dropdown-toggle').trigger('click');
|
||||
});
|
||||
return false;
|
||||
@@ -323,6 +324,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
localStorage.removeItem('topic:' + tid + ':bookmark');
|
||||
}
|
||||
});
|
||||
updateHeader();
|
||||
} else {
|
||||
updateHeader();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user