User:Jack who built the house/Gadget-referenceTooltips.js: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 555:
this.$content = this.te.$ref
.contents()
.filter( function () {
return this.nodeType === Node.TEXT_NODE ||
( !$( this ).
!( $( this ).is( 'b' ) && $( this ).text() === '^' )
);
} )
.clone( true );
break;
|