Skip to content
Snippets Groups Projects
Commit 3fec4148 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

Merge branch 'javascript-upload-page' into 'master'


Fixing javascript inside upload page

Signed-off-by: default avatarman13 <man13@inf.ufpr.br>

See merge request !196
parents 94f421c7 51cc2a69
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
linkInput = $("#link-input"); linkInput = $("#link-input");
radioButtons.change(function (e) { radioButtons.change(function (e) {
if ("Website externo" == $(this).nextSibling) { if ("Website externo" == ($("input:radio:checked")[0].nextSibling.textContent)) {
linkInput.slideDown(); linkInput.slideDown();
} else { } else {
linkInput.slideUp(); linkInput.slideUp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment