MediaWiki:Gadget-responsiveContent.js: Difference between revisions

From Linguifex
Jump to navigation Jump to search
 
m 1 revision imported
 
(No difference)

Latest revision as of 17:49, 20 April 2026

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