X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fstatic%2Fjs%2Fraid.js;h=3afa58c980c9ef225f0a068574d64018f7a5e180;hb=HEAD;hp=89a06b6c05c6bfd9f7354f83a62ab2ae7011df13;hpb=b1a7289bb7acbb4e911b62557acb7812492d90d5;p=ndwebbie.git diff --git a/root/static/js/raid.js b/root/static/js/raid.js index 89a06b6..3afa58c 100644 --- a/root/static/js/raid.js +++ b/root/static/js/raid.js @@ -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()); + } }