X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=raid.js;h=8bec240b57e1689932cfe721bf490b2618e3b091;hb=bed2a0cd51e651e066ef77f68639557f5ca4bc25;hp=a4179ac46ea1a492cb21dd08a91895e3dd3216ec;hpb=1b004bbdd43ed9eede52625393c7db5face926bf;p=ndwebbie.git diff --git a/raid.js b/raid.js index a4179ac..8bec240 100644 --- 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");