Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
e95119d7
Commit
e95119d7
authored
Sep 20, 2011
by
stef
Browse files
[fix] mention moderation on comment submission
parent
a5e4e3fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
e95119d7
...
...
@@ -23,7 +23,7 @@ function bindPostCommentHandler() {
cache
:
false
,
dataType
:
"
html
"
,
success
:
function
(
html
,
textStatus
)
{
$
(
'
#comment_form form
'
).
replaceWith
(
html
);
$
(
'
#comment_form form
'
).
replaceWith
(
html
+
"
It will appear here after moderation.
"
);
bindPostCommentHandler
();
},
error
:
function
(
XMLHttpRequest
,
textStatus
,
errorThrown
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment