projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bfa0e8
)
Fixes nationalities deletion.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 8 Jun 2010 06:52:53 +0000
(08:52 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 8 Jun 2010 07:02:57 +0000
(09:02 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
htdocs/javascript/profile.js
patch
|
blob
|
blame
|
history
diff --git
a/htdocs/javascript/profile.js
b/htdocs/javascript/profile.js
index
3277589
..
1ad6090
100644
(file)
--- a/
htdocs/javascript/profile.js
+++ b/
htdocs/javascript/profile.js
@@
-140,7
+140,7
@@
function togglePromotionEdition()
function delNationality(i)
{
- $('#nationalit
e
' + i).hide().find('select').val('');
+ $('#nationalit
y
' + i).hide().find('select').val('');
}
function addNationality()