X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=raid.js;h=a4179ac46ea1a492cb21dd08a91895e3dd3216ec;hb=bb3a83626c2e24a98f27f93ea6fa42afdb828195;hp=ecebcbdb085813f7af37bc0eef802ae5410c2d96;hpb=8bd21c625add06fed135d3ce99208c7a94b44882;p=ndwebbie.git diff --git a/raid.js b/raid.js index ecebcbd..a4179ac 100644 --- a/raid.js +++ b/raid.js @@ -129,9 +129,11 @@ function updateClaims(dataSource,xmlthingy,timestamp){ var b = document.createElement("input"); b.type = 'button'; b.value = 'J'; + b.title = 'Make target joinable'; command = 'set&joinable=TRUE'; if (joinable == 1){ b.value = 'N'; + b.title = 'Disable join'; command = 'set&joinable=FALSE'; } b.setAttribute("onclick", "claim('"+dataSource+"',"+target+","+wave+",'"+command+"');");