mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
suppressing alertSuccess when clicking into topics from unread page
This commit is contained in:
@@ -77,7 +77,7 @@ define('forum/unread', ['forum/recent', 'topicSelect', 'forum/infinitescroll'],
|
||||
return app.alertError(err.message);
|
||||
}
|
||||
|
||||
doneRemovingTids([tid]);
|
||||
doneRemovingTids([tid], true);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user