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