diff --git a/bitbake/lib/toaster/toastergui/static/js/base.js b/bitbake/lib/toaster/toastergui/static/js/base.js index eba9c16783..e0df463979 100644 --- a/bitbake/lib/toaster/toastergui/static/js/base.js +++ b/bitbake/lib/toaster/toastergui/static/js/base.js @@ -82,7 +82,6 @@ function basePageInit(ctx) { return; } - /* Hide the change project icon when there is only one project */ if (ctx.numProjects === 1) { $('#project .icon-pencil').hide(); @@ -140,7 +139,6 @@ function basePageInit(ctx) { /* we can build this project; enable input fields */ newBuildTargetInput.removeAttr("disabled"); - newBuildTargetBuildBtn.removeAttr("disabled"); } }, null); }