Difference between revisions 4748655 and 5244166 on enwikisource

//<source lang="javascript">
/* Compact Vector tabs w:User:Edokter/CompactTabs.js */
$( document ).ready( function() {
	$( 'a', '#ca-special' ).text( 'Special' );
	$( 'a', '#ca-nstab-user' ).text( 'User' );
	$( 'a', '#ca-talk' ).text( 'Talk' );
	$( 'a', '#ca-addsection' ).text( 'Add' );
	$( 'a', '#ca-viewsource' ).text( 'Source' );
	$( 'a', '#ca-history' ).text( 'History' );
	$( 'a', '#ca-unprotect' ).text( 'Unprotect' );
	$( 'a', '#ca-edit' ).text( 'Edit' );
	$( 'a', '#ca-view-foreign' ).text( 'Commons' );
	$( 'a', '#pt-mytalk' ).text( 'Talk' );
	$( 'a', '#pt-mysandbox' ).text( 'Sandbox' );
	$( 'a', '#pt-preferences' ).text( 'Preferences' );
	$( 'a', '#pt-watchlist' ).text( 'Watchlist' );
	$( 'a', '#pt-mycontris' ).text( 'Contributions' );
} );
//</source>