summaryrefslogtreecommitdiff
path: root/lib/toaster/toastergui/static/js/base.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/static/js/base.js')
-rw-r--r--lib/toaster/toastergui/static/js/base.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/static/js/base.js b/lib/toaster/toastergui/static/js/base.js
index eba9c167..e0df4639 100644
--- a/lib/toaster/toastergui/static/js/base.js
+++ b/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);
}