]> ruin.nu Git - ndwebbie.git/blobdiff - raid.js
oops
[ndwebbie.git] / raid.js
diff --git a/raid.js b/raid.js
index ecebcbdb085813f7af37bc0eef802ae5410c2d96..a4179ac46ea1a492cb21dd08a91895e3dd3216ec 100644 (file)
--- 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+"');");