Difference between revisions of "Template:ButtonMailtoAccess"

From Wikibase Personal data
Jump to navigation Jump to search
(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...")
 
m (Abel moved page Template:ButtonMailtoAccess to Template:ButtonMailtoAccess.js: This should be a javascript file)
(No difference)

Revision as of 02:28, 24 April 2019

var button1 = new OO.ui.ButtonWidget( {

 label: 'Do a Subject Access Request to this Controller', 

} );

button.on( 'click', function () {

} );

$( 'body' ).append( button1.$element );