diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/table.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/table.js b/bitbake/lib/toaster/toastergui/static/js/table.js index 176ce579fb..aaa3e1f5cd 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){ | |||
706 | if (action) { | 706 | if (action) { |
707 | // Setup the current selected filter; default to 'all' if | 707 | // Setup the current selected filter; default to 'all' if |
708 | // no current filter selected | 708 | // no current filter selected |
709 | var radioInput = action.find('input[name="filter"]'); | 709 | var radioInput = action.find('input[name]="filter"]'); |
710 | if ((tableParams.filter && | 710 | if ((tableParams.filter && |
711 | tableParams.filter === radioInput.val()) || | 711 | tableParams.filter === radioInput.val()) || |
712 | filterActionData.action_name == 'all') { | 712 | filterActionData.action_name == 'all') { |