Changes

Jump to navigation Jump to search
no edit summary
Line 7: Line 7:  
     text: '{{PopupMenu|qID='+qId+'}}'
 
     text: '{{PopupMenu|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