summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-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 8e76ecb85a..37fc80e39e 100644
--- a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
+++ b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
@@ -213,6 +213,9 @@ $(document).ready(function() {
213 // show task type and outcome in task details pages 213 // show task type and outcome in task details pages
214 $(".task-info").tooltip({ container: 'body', html: true, delay: {show: 200}, placement: 'right' }); 214 $(".task-info").tooltip({ container: 'body', html: true, delay: {show: 200}, placement: 'right' });
215 215
216 // initialise the tooltips for the icon-pencil icons
217 $(".icon-pencil").tooltip({ container: 'body', html: true, delay: {show: 400}, title: "Change" });
218
216 // linking directly to tabs 219 // linking directly to tabs
217 $(function(){ 220 $(function(){
218 var hash = window.location.hash; 221 var hash = window.location.hash;