Changes

Jump to navigation Jump to search
no edit summary
Line 31: Line 31:  
    text: '{{Menu|qID='+qId+'}}'
 
    text: '{{Menu|qID='+qId+'}}'
 
} ).done( function ( data ) {
 
} ).done( function ( data ) {
    mw.notify( $(data.expandtemplates["*"]) , { autoHide: false } );
+
                                    var expanded = $(data.expandtemplates["*"])
 +
                                    console.log(expanded)
 +
    mw.notify( expanded , { autoHide: false } );
 
} );
 
} );
 
}
 
}

Navigation menu