projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cfaf49
)
Removes a misplaced (Closes #1064).
author
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Jun 2010 07:37:45 +0000
(09:37 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Jun 2010 07:37:45 +0000
(09:37 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/emails/redirect.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/emails/redirect.tpl
b/templates/emails/redirect.tpl
index
90033fd
..
766a6dc
100644
(file)
--- 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();