SAR tool testing page
Jump to navigation
Jump to search
var button1 = new OO.ui.ButtonWidget( {
label: 'Do a Subject Access Request to this Controller',
} );
button.on( 'click', function () {
} );
$( 'body' ).append( button1.$element );