From 90a3a226e7dd0df14c55d81fb0c2d9addc4cb902 Mon Sep 17 00:00:00 2001 From: bwang Date: Fri, 19 Nov 2021 10:38:13 -0600 Subject: [PATCH] Ensure sticky header ULS is tracked by DesktopWebUIActionsTracking Bug: T289815 Change-Id: I1960614e12a50a20af157874b925610d29dfa2c7 --- includes/SkinVector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SkinVector.php b/includes/SkinVector.php index 7f5aa3e..1ed00f8 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -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' ]; }