Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682755
D25067.1734670828.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
589 B
Referenced Files
None
Subscribers
None
D25067.1734670828.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25067: Change erroneous loose comparison to strict comparison in tab panels
Attached
Detach File
Event Timeline
Log In to Comment