mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
fix: only show email confirmation warning toast on pages that it applies
This commit is contained in:
@@ -74,6 +74,7 @@ define('forum/topic', [
|
||||
$(window).on('scroll', updateTopicTitle);
|
||||
|
||||
handleTopicSearch();
|
||||
app.showEmailConfirmWarning();
|
||||
|
||||
hooks.fire('action:topic.loaded', ajaxify.data);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user