summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/layerdetails.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerdetails.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
index d9ba687354..000e8038f6 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
@@ -179,14 +179,6 @@ function layerDetailsPageInit (ctx) {
179 /* re run the machinesTabShow to update the text */ 179 /* re run the machinesTabShow to update the text */
180 targetsTabShow(); 180 targetsTabShow();
181 } 181 }
182
183 $(".build-target-btn").unbind('click');
184 $(".build-target-btn").click(function(){
185 /* fire a build */
186 var target = $(this).data('target-name');
187 libtoaster.startABuild(ctx.projectBuildsUrl, libtoaster.ctx.projectId, target, null, null);
188 window.location.replace(libtoaster.ctx.projectPageUrl);
189 });
190 }); 182 });
191 183
192 $("#machinestable").on('table-done', function(e, total, tableParams){ 184 $("#machinestable").on('table-done', function(e, total, tableParams){