]> ruin.nu Git - ndwebbie.git/blobdiff - raid.js
using new xp formula
[ndwebbie.git] / raid.js
diff --git a/raid.js b/raid.js
index ecebcbdb085813f7af37bc0eef802ae5410c2d96..8bec240b57e1689932cfe721bf490b2618e3b091 100644 (file)
--- a/raid.js
+++ b/raid.js
@@ -129,20 +129,26 @@ 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+"');");
                                obj.appendChild(b);
                        }
+                       /*@cc_on
                        obj.innerHTML = obj.innerHTML; // IE doesn't understand unless you tell it twice
+                       @*/
                }
+               /*
                obj = document.getElementById("coords"+target);
                var coords = targets[i].getElementsByTagName("coords");;
                if (obj)
                        obj.innerHTML = coords[0].firstChild.nodeValue;
+               */
        }
        if (timestamp){
                timestamp = xmlthingy.getElementsByTagName("timestamp");