summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerBtn.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerBtn.js b/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
index 259271df33..9f9eda1e1e 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
@@ -55,8 +55,8 @@ function layerBtnsInit() {
55 }); 55 });
56 }); 56 });
57 57
58 $(".build-recipe-btn").unbind('click'); 58 $("td .build-recipe-btn").unbind('click');
59 $(".build-recipe-btn").click(function(e){ 59 $("td .build-recipe-btn").click(function(e){
60 e.preventDefault(); 60 e.preventDefault();
61 var recipe = $(this).data('recipe-name'); 61 var recipe = $(this).data('recipe-name');
62 62