X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fstatic%2Fjs%2Fraid.js;fp=root%2Fstatic%2Fjs%2Fraid.js;h=a2dbc2cdc77781346ad3e41b5264a231a147db68;hb=04d8c1f0c632f94d49f9f1df96a53446189f5f4f;hp=89a06b6c05c6bfd9f7354f83a62ab2ae7011df13;hpb=5a5227855ee3f6f193bf511982ea393e4de9d850;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()); + } }