MediaWiki:Gadget-responsiveContentTimeless.js: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
copy
 
m 1 revision imported
 
(No difference)

Latest revision as of 20:55, August 30, 2020

mw.hook( 'wikipage.content' ).add( function( $content ) {
	$content.find( '.ambox' ).click( function( e ) {
		$( this ).toggleClass( 'mbox-expand' );
	} );
} );