MediaWiki:Gadget-responsiveContentTimeless.js: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
Content deleted Content added
copy
(No difference)

Revision as of 21:45, November 23, 2017

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