mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
Trigger a MobileWebUIActions show event for lede-button
Bug: T314596 Change-Id: I388873329e0dcb74633d81ca7ea633958ac3e56a
This commit is contained in:
parent
404b690d12
commit
83236058d5
|
@ -83,6 +83,7 @@ function init( $container ) {
|
|||
mw.track( 'webuiactions_log.click', 'lede-button' );
|
||||
} );
|
||||
} );
|
||||
mw.track( 'webuiactions_log.show', 'lede-button' );
|
||||
}
|
||||
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue