|
@@ -15,7 +15,7 @@ class ActionButton extends window.HTMLElement {
|
|
|
this.updateFromJson(json)
|
|
this.updateFromJson(json)
|
|
|
|
|
|
|
|
// DOM Attributes
|
|
// DOM Attributes
|
|
|
- this.setAttribute("role", "none")
|
|
|
|
|
|
|
+ this.setAttribute('role', 'none')
|
|
|
this.btn.title = json.title
|
|
this.btn.title = json.title
|
|
|
this.btn.onclick = () => {
|
|
this.btn.onclick = () => {
|
|
|
console.log(json.arguments)
|
|
console.log(json.arguments)
|