MediaWiki:Gadget-ReferenceTooltips.js:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第413行: | 第413行: | ||
} ); | } ); | ||
this. | this.clickOption = new OO.ui.RadioOptionWidget( { | ||
label: mw.msg( 'rt-clicking' ) | label: mw.msg( 'rt-clicking' ) | ||
} ); | } ); | ||
this. | this.hoverOption = new OO.ui.RadioOptionWidget( { | ||
label: mw.msg( 'rt-hovering' ) | label: mw.msg( 'rt-hovering' ) | ||
} ); | } ); |