MediaWiki:Gadget-ReferenceTooltips.js:修订间差异

无编辑摘要
无编辑摘要
 
第413行: 第413行:
} );
} );


this.hoverOption = new OO.ui.RadioOptionWidget( {
this.clickOption = new OO.ui.RadioOptionWidget( {
label: mw.msg( 'rt-clicking' )
label: mw.msg( 'rt-clicking' )
} );
} );
this.clickOption = new OO.ui.RadioOptionWidget( {
this.hoverOption = new OO.ui.RadioOptionWidget( {
label: mw.msg( 'rt-hovering' )
label: mw.msg( 'rt-hovering' )
} );
} );