From 4468eb523a63a70ad44a97c9621b1b413c51e3ca Mon Sep 17 00:00:00 2001 From: "John R. Levine" Date: Sat, 3 Nov 2018 11:07:13 +0000 Subject: [PATCH] Trivial fix for trivial issue #1907, warn user that added addresses will be confirmed. Commit ready for merge. - Legacy-Id: 15705 --- ietf/templates/registration/edit_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/registration/edit_profile.html b/ietf/templates/registration/edit_profile.html index 15b7b0333..259e7d30a 100644 --- a/ietf/templates/registration/edit_profile.html +++ b/ietf/templates/registration/edit_profile.html @@ -189,7 +189,7 @@ var container = $(this).closest("form").find(".new-emails"); - $('').appendTo(container).focus(); + $('').appendTo(container).focus(); }) });