]> ruin.nu Git - ndwebbie.git/blobdiff - index.pl
target list more ajax:ish
[ndwebbie.git] / index.pl
index 537f46fed29ab15cd2f93772da02c22d66f60c7a..3d324604456016bccdcc95d625e41f59b03482e3 100755 (executable)
--- a/index.pl
+++ b/index.pl
@@ -71,6 +71,8 @@ if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|a
 our $XML = 0;
 $XML = 1 if param('xml') and $page =~ /^(raids)$/;
 
+our $AJAX = 1;
+
 my $type = 'text/html';
 if ($XML){
        $type = 'text/xml';