Hi all, A small quick fix.
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=dreyna/missing_bracket_10631 ------- >From 6a609a621b8e0c474029e487537998150aade937 Mon Sep 17 00:00:00 2001 From: David Reyna <[email protected]> Date: Tue, 15 Nov 2016 21:10:26 -0800 Subject: [PATCH] toaster: missing close bracket There is a missing close square bracket. [YOCTO #10631] Signed-off-by: David Reyna <[email protected]> --- bitbake/lib/toaster/toastergui/static/js/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/static/js/table.js b/bitbake/lib/toaster/toastergui/static/js/table.js index 176ce57..aaa3e1f 100644 --- a/bitbake/lib/toaster/toastergui/static/js/table.js +++ b/bitbake/lib/toaster/toastergui/static/js/table.js @@ -706,7 +706,7 @@ function tableInit(ctx){ if (action) { // Setup the current selected filter; default to 'all' if // no current filter selected - var radioInput = action.find('input[name="filter"]'); + var radioInput = action.find('input[name]="filter"]'); if ((tableParams.filter && tableParams.filter === radioInput.val()) || filterActionData.action_name == 'all') { -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
