aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.cgi
diff options
context:
space:
mode:
authormatthew <matthew>2007-01-19 23:16:54 +0000
committermatthew <matthew>2007-01-19 23:16:54 +0000
commit58b8413ad19c5b21f3c782dbde97d7af24bb86ff (patch)
tree8d2f1c0a131b6f64257a843a1a696ea112760b86 /web/index.cgi
parentc4e49e322ff58e1e4a9126502c840e86fcd5a183 (diff)
Improvements to JS; move browser support onto Yahoo!'s shoulders. ;)
Workaround Firefox onMouseUp weirdness (related to Bugzilla 282266 I believe).
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-xweb/index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 10acae833..90fa62741 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: index.cgi,v 1.52 2007-01-19 16:57:28 matthew Exp $
+# $Id: index.cgi,v 1.53 2007-01-19 23:16:54 matthew Exp $
# TODO
# Nothing is done about the update checkboxes - not stored anywhere on anything!
@@ -97,7 +97,7 @@ like graffiti, fly tipping, broken paving slabs, or street lighting</p>
EOF
$out .= '<p id="error">' . $error . 'Please try again.</p>' if ($error);
$out .= <<EOF;
-<form action="./" method="get" id="postcodeForm">
+<form action="./" method="post" id="postcodeForm">
<label for="pc">Enter a nearby postcode or street name:</label>
&nbsp;<input type="text" name="pc" value="$pc_h" id="pc" size="10" maxlength="200">
&nbsp;<input type="submit" value="Go">