]> ruin.nu Git - ndwebbie.git/blobdiff - raid.js
delay coords release
[ndwebbie.git] / raid.js
diff --git a/raid.js b/raid.js
index a4179ac46ea1a492cb21dd08a91895e3dd3216ec..8bec240b57e1689932cfe721bf490b2618e3b091 100644 (file)
--- a/raid.js
+++ b/raid.js
@@ -139,12 +139,16 @@ function updateClaims(dataSource,xmlthingy,timestamp){
                                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");