Compactlinks: Use an actual button to build a button
Bug: 68075 Change-Id: Id9c72975df7b3dc9a38aca2a9d6165275bb39731
This commit is contained in:
committed by
Niharika29
parent
890af45477
commit
1b81fa1e49
@@ -285,7 +285,7 @@
|
||||
addTrigger: function () {
|
||||
var $trigger, $triggerLabel;
|
||||
|
||||
$trigger = $( '<div>' )
|
||||
$trigger = $( '<button>' )
|
||||
.addClass( 'mw-interlanguage-selector mw-ui-button active' )
|
||||
.html( '…' ); // '…'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user