Page MenuHomePhorge

D25067.1738353461.diff
No OneTemporary

D25067.1738353461.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, Jan 31, 19:57 (3 w, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1153133
Default Alt Text
D25067.1738353461.diff (589 B)

Event Timeline