Update README.md

This commit is contained in:
Dave Conway-Jones 2021-02-19 16:09:50 +00:00
parent fe394a02f8
commit 698bb517d8
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -434,7 +434,7 @@ Or a marker contextmenu with an input box
Or you can add a contextmenu to the map. Simple contextmenu with a button
msg.payload.command = {
contextmenu: '<button name="Clicker" onclick=\'feedback(this.name,"ping!)\'>Click me</button>'
contextmenu: '<button name="Clicker" onclick=\'feedback(this.name,"ping!",null,true)\'>Click me</button>'
}
Or with an input box