Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
fd654b14
Commit
fd654b14
authored
Sep 20, 2011
by
stef
Committed by
Cynddl
Sep 20, 2011
Browse files
[fix] mention moderation on comment submission
parent
4d86d16d
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
fd654b14
...
...
@@ -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
.
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