Skip to content
Snippets Groups Projects
Commit 51cc2a69 authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

Fixing javascript inside upload page


Signed-off-by: default avatarman13 <man13@inf.ufpr.br>
parent 3b1d6a19
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