href: commonsURL + '?title=Special:MyLanguage/Help:Gadget-Cat-a-lot',
target: '_blank',
style: 'float:rightleft',
title: ( $( '#n-help a' ).attr( 'title' ) || '' ) + ' (v. ' + this.version + ')'
} ).text( '?' ) );
table.width( '100%' );
$container.height( Math.min( $container.height(), $head.offset().top - $container.offset().top + 10 ) );
$container.offset( { leftright: $( window ).width() - $container.outerWidth() } ); // Fix overlap
},
$link.after( $( '<a>' )
.text( '–' )
.css( { fontWeight: 'bold', marginLeftmarginright: '.7em' } )
.one( 'click', this.minimize )
);