Changes

Jump to navigation Jump to search
no edit summary
Line 7: Line 7:  
} ).done( function ( data ) {
 
} ).done( function ( data ) {
 
     mw.notify( data.expandtemplates );
 
     mw.notify( data.expandtemplates );
 +
    console.log(data.expandtemplates.0);
 
} );
 
} );
       
mw.notify( "hello", { autoHide: false } );
 
mw.notify( "hello", { autoHide: false } );

Navigation menu