Mercurial > defr > DualBlog
comparison admin.js @ 56:0aa843c6571b
Il est necessaire de dés-épingler le formulaire dans ce cas.
| author | Franck Deroche <webmaster@defr.org> |
|---|---|
| date | Tue, 29 Jan 2008 12:15:27 +0100 |
| parents | 829d6b0d3d0b |
| children | 49b0a2f3a118 |
comparison
equal
deleted
inserted
replaced
| 55:13972ea0af0c | 56:0aa843c6571b |
|---|---|
| 229 '&content=' + postValue(el.Contenu.value) + | 229 '&content=' + postValue(el.Contenu.value) + |
| 230 '&mood=' + postValue(el.mood.value) + | 230 '&mood=' + postValue(el.mood.value) + |
| 231 '&tags=' + postValue(el.Tags.value))) | 231 '&tags=' + postValue(el.Tags.value))) |
| 232 { | 232 { |
| 233 toggleLink.editPostIsShown = 0; | 233 toggleLink.editPostIsShown = 0; |
| 234 toggleLink.parentNode.parentNode.className = ''; | |
| 234 hideForms(); | 235 hideForms(); |
| 235 } else { | 236 } else { |
| 236 el.submit(); | 237 el.submit(); |
| 237 } | 238 } |
| 238 return true; | 239 return true; |
