SAR tool testing page

From Wikibase Personal data
Revision as of 02:24, 24 April 2019 by Abel (talk | contribs) (Created page with "var button1 = new OO.ui.ButtonWidget( { label: 'Do a Subject Access Request to this Controller', } ); button.on( 'click', function () { } ); $( 'body' ).append( button1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 );