fix: only show email confirmation warning toast on pages that it applies

This commit is contained in:
Julian Lam
2021-09-01 10:16:20 -04:00
parent 2d1380ddf1
commit 1bd1cc74a4
4 changed files with 24 additions and 6 deletions

View File

@@ -74,6 +74,7 @@ define('forum/topic', [
$(window).on('scroll', updateTopicTitle);
handleTopicSearch();
app.showEmailConfirmWarning();
hooks.fire('action:topic.loaded', ajaxify.data);
};