diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html index 1159d717ae..745b79b1a1 100644 --- a/bitbake/lib/toaster/toastergui/templates/newproject.html +++ b/bitbake/lib/toaster/toastergui/templates/newproject.html @@ -20,7 +20,7 @@ - + + {% if releases.count > 0 %}
@@ -63,7 +64,7 @@ - + @@ -109,7 +110,7 @@ $('#description-' + new_release).fadeIn(); }); - // Hide the project release when you select an analysis project +/* // Hide the project release when you select an analysis project function projectType() { if ($("input[type='radio']:checked").val() == 'build') { $('.release').fadeIn(); @@ -122,8 +123,8 @@ $('input:radio').change(function(){ projectType(); - }); - }) + }); */ + }); {% endblock %}