[Toaster] [PATCH 09/18] toaster: tablejs Fix missing close square bracket
Michael Wood
michael.g.wood at intel.com
Tue Nov 22 09:55:29 PST 2016
From: "Reyna, David" <david.reyna at windriver.com>
There is a missing close square bracket.
[YOCTO #10631]
Signed-off-by: David Reyna <David.Reyna at windriver.com>
---
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') {
--
2.7.4
More information about the toaster
mailing list