diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static')
| -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 8f5bb2ebe1..97370fd020 100644 --- a/bitbake/lib/toaster/toastergui/static/js/table.js +++ b/bitbake/lib/toaster/toastergui/static/js/table.js | |||
| @@ -163,7 +163,7 @@ function tableInit(ctx){ | |||
| 163 | if (tableChromeDone === true) | 163 | if (tableChromeDone === true) |
| 164 | return; | 164 | return; |
| 165 | 165 | ||
| 166 | var tableHeadRow = table.find("thead tr"); | 166 | var tableHeadRow = table.find("thead#tableheader"); |
| 167 | var editColMenu = $("#table-chrome-"+ctx.tableName).find(".editcol"); | 167 | var editColMenu = $("#table-chrome-"+ctx.tableName).find(".editcol"); |
| 168 | 168 | ||
| 169 | tableHeadRow.html(""); | 169 | tableHeadRow.html(""); |
