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

improving code


Signed-off-by: default avatarman13 <man13@inf.ufpr.br>
parent b6844b90
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@
linkInput = $("#link-input");
radioButtons.change(function(e){
if ($(this).val()=="Link Externo"){
if ("Link Externo" == $(this).val()){
linkInput.slideDown();
}else{
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