MediaWiki:Gadget-responsiveContentTimeless.js: Difference between revisions
Jump to navigation
Jump to search
en>TheDJ copy |
m 1 revision imported |
(No difference)
| |
Latest revision as of 05:58, 19 March 2026
mw.hook( 'wikipage.content' ).add( function( $content ) {
$content.find( '.ambox' ).click( function( e ) {
$( this ).toggleClass( 'mbox-expand' );
} );
} );