diff --git a/app/views/learning_objects/_form.html.erb b/app/views/learning_objects/_form.html.erb index 87590f755c74ce2d5a89393b24e032869b4af5bb..271be8326fe5fd3d965dc39019d5fa2597f16f76 100644 --- a/app/views/learning_objects/_form.html.erb +++ b/app/views/learning_objects/_form.html.erb @@ -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();