User:Z0eff/common.js: Difference between revisions

From Ara: History Untold Wiki
Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
 
if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) > -1 ) {
    $( '#wpTextbox1' ).css( 'height', '900px' );
}

Revision as of 14:14, 23 October 2024

if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) > -1 ) {
    $( '#wpTextbox1' ).css( 'height', '900px' );
}