Page MenuHomePhorge

D25067.1734670828.diff
No OneTemporary

D25067.1734670828.diff

diff --git a/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php b/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php
--- a/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php
+++ b/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php
@@ -286,7 +286,7 @@
'div',
array(
'id' => $content_id,
- 'style' => ($idx == $selected) ? null : 'display: none',
+ 'style' => ($idx === $selected) ? null : 'display: none',
),
$panel_content);

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 05:00 (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016558
Default Alt Text
D25067.1734670828.diff (589 B)

Event Timeline