aboutsummaryrefslogtreecommitdiffstats
path: root/web/ajax.cgi
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@balti.ukcod.org.uk>2010-08-02 11:36:02 +0100
committerMatthew Somerville <matthew@balti.ukcod.org.uk>2010-08-02 11:36:02 +0100
commit7bbd05ddfffd81cbc183988194a86d6275b48cff (patch)
tree910d9c2ba98946da8520238d512c693e4f4bff2c /web/ajax.cgi
parentc2239ce7c633aec362b90ae6fc2cd33e5783358a (diff)
Switch X/Y to be middle of map, clearer when going to RSS feed/alerts.
Diffstat (limited to 'web/ajax.cgi')
-rwxr-xr-xweb/ajax.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/ajax.cgi b/web/ajax.cgi
index 1b3ff5cf8..fff437846 100755
--- a/web/ajax.cgi
+++ b/web/ajax.cgi
@@ -19,7 +19,7 @@ sub main {
my %input = map { $_ => $q->param($_) || '' } @vars;
my %input_h = map { $_ => $q->param($_) ? ent($q->param($_)) : '' } @vars;
- # Our current X/Y bottom left of visible map
+ # Our current X/Y middle of visible map
my $x = $input{x};
my $y = $input{y};
$x ||= 0; $x += 0;