Changes

Jump to navigation Jump to search
no edit summary
Line 7: Line 7:  
} ).done( function ( data ) {
 
} ).done( function ( data ) {
 
     mw.notify( "<a href="+data.expandtemplates+"> do a SAR</a>" );
 
     mw.notify( "<a href="+data.expandtemplates+"> do a SAR</a>" );
     console.log(data.expandtemplates);
+
     console.log(data.expandtemplates.values);
 
} );
 
} );
       
mw.notify( "hello", { autoHide: false } );
 
mw.notify( "hello", { autoHide: false } );

Navigation menu