diff options
-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 9db3902b55..1bbc8d1b5a 100644 --- a/bitbake/lib/toaster/toastergui/static/js/table.js +++ b/bitbake/lib/toaster/toastergui/static/js/table.js | |||
@@ -708,7 +708,7 @@ function tableInit(ctx){ | |||
708 | if (action) { | 708 | if (action) { |
709 | // Setup the current selected filter; default to 'all' if | 709 | // Setup the current selected filter; default to 'all' if |
710 | // no current filter selected | 710 | // no current filter selected |
711 | var radioInput = action.find('input[name]="filter"]'); | 711 | var radioInput = action.find('input[name="filter"]'); |
712 | if ((tableParams.filter && | 712 | if ((tableParams.filter && |
713 | tableParams.filter === radioInput.val()) || | 713 | tableParams.filter === radioInput.val()) || |
714 | filterActionData.action_name == 'all') { | 714 | filterActionData.action_name == 'all') { |