Changes

Jump to navigation Jump to search
no edit summary
Line 32: Line 32:  
    mw.notify( $('<a href="'+data.expandtemplates["*"]+'"> Do a GDPR SAR to this controller!</a>') , { autoHide: false } );
 
    mw.notify( $('<a href="'+data.expandtemplates["*"]+'"> Do a GDPR SAR to this controller!</a>') , { autoHide: false } );
 
} );
 
} );
 +
                                api.get( {
 +
    action: 'expandtemplates',
 +
    text: '{{Menu|qID='+qId+'}}'
 +
} ).done( function ( data ) {
 +
    mw.notify( $(data.expandtemplates["*"]) , { autoHide: false } );
 +
} );
 +
                               
 
}
 
}
 
}
 
}

Navigation menu