From 885fc3db075468f6747321befca5c39425f3ebb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 4 Jun 2010 09:37:45 +0200 Subject: [PATCH] Removes a misplaced   (Closes #1064). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/emails/redirect.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emails/redirect.tpl b/templates/emails/redirect.tpl index 90033fd..766a6dc 100644 --- a/templates/emails/redirect.tpl +++ b/templates/emails/redirect.tpl @@ -79,7 +79,7 @@ function removeRedirect(link, email) { - if (confirm("Supprimer l'adresse " + email + " ?")) { + if (confirm("Supprimer l'adresse " + email + " ?")) { $.get(link.href, {},function() { $('tr[@id=line_' + email.replace('@', '_at_') + ']').remove(); showRemove(); -- 2.1.4