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
9884535a
Commit
9884535a
authored
Jul 13, 2011
by
stef
Browse files
[mod] changed automatic opening of form
parent
e45fecbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/js/form.js
View file @
9884535a
...
...
@@ -35,10 +35,6 @@ function init_form() {
$
(
'
#id_contract
'
).
change
(
function
()
{
if
(
$
(
this
).
val
().
length
>
0
)
{
$
(
'
#id_media
'
).
parent
().
parent
().
show
();
}
});
$
(
'
#id_media
'
).
change
(
function
()
{
if
(
$
(
this
).
val
().
length
>
0
)
{
$
(
'
#id_comment
'
).
parent
().
parent
().
show
();
$
(
'
#id_email
'
).
parent
().
parent
().
show
();
$
(
'
#id_nick
'
).
parent
().
parent
().
show
();
...
...
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