]> ruin.nu Git - ndwebbie.git/blobdiff - root/static/js/raid.js
Use new race infrastructure for members stats
[ndwebbie.git] / root / static / js / raid.js
index 89a06b6c05c6bfd9f7354f83a62ab2ae7011df13..3afa58c980c9ef225f0a068574d64018f7a5e180 100644 (file)
@@ -1,4 +1,4 @@
-modified = "0000-01-01";
+modified = "0001-01-01";
 
 function parseUpdate(xml){
        if ($('timestamp',xml).text())
@@ -57,6 +57,9 @@ function parseUpdate(xml){
        if ($('targetlist',xml).text()){
                $('#targets').empty().html($('targetlist',xml).text());
        }
+       if ($('noaccess',xml).text()){
+               alert($('noaccess',xml).text());
+       }
 }