Ensure sticky header ULS is tracked by DesktopWebUIActionsTracking

Bug: T289815
Change-Id: I1960614e12a50a20af157874b925610d29dfa2c7
This commit is contained in:
bwang 2021-11-19 10:38:13 -06:00 committed by Bernard Wang
parent b8d0ee861b
commit 90a3a226e7
1 changed files with 1 additions and 0 deletions

View File

@ -630,6 +630,7 @@ class SkinVector extends SkinMustache {
'tabindex' => '-1',
'label' => $this->getULSLabel( 'vector-language-button-label' ),
'html-vector-button-icon' => Hooks::makeIcon( 'wikimedia-language' ),
'event' => 'ui.dropdown-p-lang-btn-sticky-header'
];
}