Skip to content

Commit 871679d

Browse files
committedAug 22, 2017
屏蔽emailVerified=false的部分ajax内容
1 parent 29a9455 commit 871679d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/view/page/menu/PhabricatorMainMenuView.php

+2
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ private function renderNotificationMenu() {
599599
$user_dropdown = null;
600600
$user_tag = null;
601601
if ($viewer->isLoggedIn()) {
602+
/*
602603
if (!$viewer->getIsEmailVerified()) {
603604
$bubble_id = celerity_generate_unique_node_id();
604605
$count_id = celerity_generate_unique_node_id();
@@ -657,6 +658,7 @@ private function renderNotificationMenu() {
657658
'style' => 'display: none;',
658659
));
659660
}
661+
*/
660662
}
661663

662664
$dropdowns = array(

0 commit comments

Comments
 (0)
Failed to load comments.