summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/machines.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/machines.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/machines.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/machines.js b/bitbake/lib/toaster/toastergui/static/js/machines.js
index 1b7ea36893..ee8c9804cc 100644
--- a/bitbake/lib/toaster/toastergui/static/js/machines.js
+++ b/bitbake/lib/toaster/toastergui/static/js/machines.js
@@ -90,4 +90,9 @@ function machinesPageInit (ctx) {
90 window.location.replace(ctx.projectPageUrl); 90 window.location.replace(ctx.projectPageUrl);
91 }, null); 91 }, null);
92 }); 92 });
93
94 $("#show-all-btn").click(function(){
95 $("#search").val("")
96 $("#searchform").submit();
97 });
93} 98}