Page MenuHomePhorge

D25067.1738173264.diff
No OneTemporary

D25067.1738173264.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
Wed, Jan 29, 17:54 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1153133
Default Alt Text
D25067.1738173264.diff (589 B)

Event Timeline