Difference between revisions of "User:Abel/common.js"

From Wikibase Personal data
Jump to navigation Jump to search
m (Replaced content with "console.log('+');")
Tag: Replaced
Line 1: Line 1:
 
console.log('+');
 
console.log('+');
 +
var button1 = new OO.ui.ButtonWidget( {
 +
  label: 'Do a Subject Access Request to this Controller',
 +
} );
 +
 +
button.on( 'click', function () {
 +
 +
} );
 +
 +
$( 'body' ).append( button1.$element );

Revision as of 02:33, 24 April 2019

console.log('+');
var button1 = new OO.ui.ButtonWidget( { 
  label: 'Do a Subject Access Request to this Controller', 
} );

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

} );

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