From cfc4f1b3430dd34065cc93220c449cc034665c5d Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Mon, 29 Jun 2015 16:09:52 +0100 Subject: bitbake: toaster: Revert the addition of analysis project mode selection Partial revert of bb commit 2efc338cefd6e6e097af83d7dff63e9ba177d021 This feature was not ready to go live as the surrounding implementation work to make this usable has not yet been done. (Bitbake rev: 40c8829369628927944c8a950524d482a663913e) Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/newproject.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'bitbake') 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 %} -- cgit v1.2.3-54-g00ecf