summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/table.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/table.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/table.js2
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 bc81e67a6a..40b5022deb 100644
--- a/bitbake/lib/toaster/toastergui/static/js/table.js
+++ b/bitbake/lib/toaster/toastergui/static/js/table.js
@@ -130,7 +130,7 @@ function tableInit(ctx){
130 tableBody.append(row); 130 tableBody.append(row);
131 131
132 /* If we have layerbtns then initialise them */ 132 /* If we have layerbtns then initialise them */
133 layerBtnsInit(ctx); 133 layerBtnsInit();
134 134
135 /* If we have popovers initialise them now */ 135 /* If we have popovers initialise them now */
136 $('td > a.btn').popover({ 136 $('td > a.btn').popover({