summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basetable_bottom.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basetable_bottom.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
index abce7c24b7..4eb303da79 100644
--- a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
+++ b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
@@ -40,6 +40,7 @@
40 40
41 // we load cookies for the column display 41 // we load cookies for the column display
42 save = $.cookie('_displaycols_{{objectname}}'); 42 save = $.cookie('_displaycols_{{objectname}}');
43 if (save != undefined) {
43 setting = save.split(';'); 44 setting = save.split(';');
44 for ( i = 0; i < setting.length; i++) { 45 for ( i = 0; i < setting.length; i++) {
45 if (setting[i].length > 0) { 46 if (setting[i].length > 0) {
@@ -52,6 +53,7 @@
52 } 53 }
53 } 54 }
54 } 55 }
56 }
55 57
56 $('.chbxtoggle').each(function () { 58 $('.chbxtoggle').each(function () {
57 showhideTableColumn($(this).attr('id'), $(this).is(':checked')) 59 showhideTableColumn($(this).attr('id'), $(this).is(':checked'))