summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/libtoaster.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/libtoaster.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
index 6bf915d15a..1ac26d4c7f 100644
--- a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
+++ b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
@@ -361,6 +361,7 @@ $(document).ready(function() {
361 }); 361 });
362 362
363 363
364 /* START TODO Delete this section now redundant */
364 /* Belen's additions */ 365 /* Belen's additions */
365 366
366 // turn Edit columns dropdown into a multiselect menu 367 // turn Edit columns dropdown into a multiselect menu
@@ -409,6 +410,8 @@ $(document).ready(function() {
409 $(this).find(".hover-help").css("visibility","hidden"); 410 $(this).find(".hover-help").css("visibility","hidden");
410 }); 411 });
411 412
413 /* END TODO Delete this section now redundant */
414
412 // show task type and outcome in task details pages 415 // show task type and outcome in task details pages
413 $(".task-info").tooltip({ container: 'body', html: true, delay: {show: 200}, placement: 'right' }); 416 $(".task-info").tooltip({ container: 'body', html: true, delay: {show: 200}, placement: 'right' });
414 417