[oe-commits] [bitbake] 09/19: toaster: tablejs Fix missing close square bracket

git at git.openembedded.org git at git.openembedded.org
Mon Nov 28 14:24:50 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 2c490ef8bb1696cb581f180697ec7ef04fbe33c3
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