User:Jack who built the house/Gadget-referenceTooltips.js: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 607:
.parent()
.addClass( 'rt-tooltipContent' )
.addClass( 'mw-parser-output' )
.appendTo( this.$element );
Line 834 ⟶ 835:
teSelector += ', ' + COMMENTED_TEXT_SELECTOR;
}
$content.find( teSelector ).
return !activatedByClick || !$( this ).closest( 'a' ).length;
} ).each( function () {
new TooltippedElement( $( this ) );
} );
|