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

This reverts commit 1bd1cc74a4.
This commit is contained in:
Julian Lam
2021-10-26 14:22:36 -04:00
parent 0728a99453
commit 5a328485dd
4 changed files with 2 additions and 22 deletions

View File

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