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
piks3l
Respect My Net
Commits
8ad073fa
Commit
8ad073fa
authored
Apr 30, 2011
by
stef
Browse files
[fix] captcha now displays when save is enabled
parent
c5ec85a6
Changes
1
Show whitespace changes
Inline
Side-by-side
media/js/form.js
View file @
8ad073fa
...
@@ -37,6 +37,7 @@ $(document).ready(function(){
...
@@ -37,6 +37,7 @@ $(document).ready(function(){
$
(
'
#id_comment
'
).
parent
().
show
();
$
(
'
#id_comment
'
).
parent
().
show
();
$
(
'
#id_email
'
).
parent
().
show
();
$
(
'
#id_email
'
).
parent
().
show
();
$
(
'
#id_attachments0
'
).
parent
().
show
();
$
(
'
#id_attachments0
'
).
parent
().
show
();
$
(
'
#id_captcha_0
'
).
parent
().
show
();
$
(
'
#save_button
'
).
show
();
$
(
'
#save_button
'
).
show
();
$
(
"
#show_optionals
"
).
show
();
$
(
"
#show_optionals
"
).
show
();
}
}
...
...
Write
Preview
Markdown
is supported
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