[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3520/8267] bitbake: toaster: tablejs Fix missing close square bracket
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 3520/8267] bitbake: toaster: tablejs Fix missing close square bracket
- Date: Sun, 17 Dec 2017 00:44:54 +0000 (UTC)
commit c57533b83bd45ae76787ceba1f9f08284ffe6fd5
Author: Reyna, David <david reyna windriver com>
Date: Thu Nov 24 11:19:57 2016 +0000
bitbake: toaster: tablejs Fix missing close square bracket
There is a missing close square bracket.
[YOCTO #10631]
(Bitbake rev: f3da9f85e6036e6f43377172cbcfe701e0efca7f)
Signed-off-by: David Reyna <David Reyna windriver com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
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 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') {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]