[oe-commits] [bitbake] 08/20: toaster: tablejs Fix missing close square bracket

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:49 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit f3da9f85e6036e6f43377172cbcfe701e0efca7f
Author: Reyna, David <david.reyna at windriver.com>
AuthorDate: Thu Nov 24 11:19:57 2016 +0000

    toaster: tablejs Fix missing close square bracket
    
    There is a missing close square bracket.
    
    [YOCTO #10631]
    
    Signed-off-by: David Reyna <David.Reyna at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/static/js/table.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/js/table.js b/lib/toaster/toastergui/static/js/table.js
index 176ce57..aaa3e1f 100644
--- a/lib/toaster/toastergui/static/js/table.js
+++ b/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') {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list