summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/main.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/main.js b/bitbake/lib/toaster/toastergui/static/js/main.js
index 52e0084095..032584d4e2 100644
--- a/bitbake/lib/toaster/toastergui/static/js/main.js
+++ b/bitbake/lib/toaster/toastergui/static/js/main.js
@@ -20,7 +20,7 @@ $(document).ready(function() {
20 $('td > a.btn').popover({html:true, container:'body', placement:'left'}); 20 $('td > a.btn').popover({html:true, container:'body', placement:'left'});
21 21
22 // enable tooltips for applied filters 22 // enable tooltips for applied filters
23 $('th a.btn-primary').tooltip({container:'body', html:true, placement:'bottom'}); 23 $('th a.btn-primary').tooltip({container:'body', html:true, placement:'bottom', delay:{hide:1500}});
24 24
25 // enable help information tooltip 25 // enable help information tooltip
26 $(".get-help").tooltip({container:'body', html:true, delay:{show:300}}); 26 $(".get-help").tooltip({container:'body', html:true, delay:{show:300}});