summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/base.js2
1 files changed, 0 insertions, 2 deletions
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) {
82 return; 82 return;
83 } 83 }
84 84
85
86 /* Hide the change project icon when there is only one project */ 85 /* Hide the change project icon when there is only one project */
87 if (ctx.numProjects === 1) { 86 if (ctx.numProjects === 1) {
88 $('#project .icon-pencil').hide(); 87 $('#project .icon-pencil').hide();
@@ -140,7 +139,6 @@ function basePageInit(ctx) {
140 139
141 /* we can build this project; enable input fields */ 140 /* we can build this project; enable input fields */
142 newBuildTargetInput.removeAttr("disabled"); 141 newBuildTargetInput.removeAttr("disabled");
143 newBuildTargetBuildBtn.removeAttr("disabled");
144 } 142 }
145 }, null); 143 }, null);
146 } 144 }