X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=include.pl;h=c5a5acf39417f6d525837f284a0c837eea5a62f2;hb=75a59d56e110b1170efdb18ec629ca885026176c;hp=a78acc9be229a5d335d6f0866efae0ebd91aeafe;hpb=5af89dd22a075c6652b779ef471bf21cb9965cb6;p=ndwebbie.git diff --git a/include.pl b/include.pl index a78acc9..c5a5acf 100644 --- a/include.pl +++ b/include.pl @@ -80,7 +80,7 @@ ORDER BY r.tick+c.wave,x,y,z}); my $coords = "Target $target->{id}"; $coords = $target->{coords} if $target->{released_coords}; push @targets,{Coords => $coords, Launched => $target->{launched}, Raid => $target->{raid} - , Target => $target->{id}, Tick => $target->{landingtick}, Wave => $target->{wave}}; + , Target => $target->{id}, Tick => $target->{landingtick}, Wave => $target->{wave}, AJAX => $ND::AJAX}; } my $template = HTML::Template->new(filename => "templates/targetlist.tmpl"); $template->param(Targets => \@targets);