On 02/09/12 at 12:21 -0400, Mike Miller wrote:
> ---
>  web/dmd.cgi |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/web/dmd.cgi b/web/dmd.cgi
> index 9bbb484..94ea64a 100755
> --- a/web/dmd.cgi
> +++ b/web/dmd.cgi
> @@ -41,21 +41,21 @@ $(function() {
>    $( "#email1" ).autocomplete({
>      source: "dmd-emails.cgi",
>      select: function(event, ui) {
> -        $("#email").val(ui.item.value);
> +        $("#email1").val(ui.item.value);

Oops.

Applied, thanks.

Lucas


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to