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.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
index 04264cd8ba..2dc5b0a0a1 100644
--- a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
+++ b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
@@ -1,4 +1,3 @@
1
2/* All shared functionality to go in libtoaster object. 1/* All shared functionality to go in libtoaster object.
3 * This object really just helps readability since we can then have 2 * This object really just helps readability since we can then have
4 * a traceable namespace. 3 * a traceable namespace.
@@ -315,6 +314,9 @@ $(document).ready(function() {
315 // initialise the tooltips for the icon-pencil icons 314 // initialise the tooltips for the icon-pencil icons
316 $(".icon-pencil").tooltip({ container: 'body', html: true, delay: {show: 400}, title: "Change" }); 315 $(".icon-pencil").tooltip({ container: 'body', html: true, delay: {show: 400}, title: "Change" });
317 316
317 // initialise the tooltips for the download icons
318 $(".icon-download-alt").tooltip({ container: 'body', html: true, delay: { show: 200 } });
319
318 // linking directly to tabs 320 // linking directly to tabs
319 $(function(){ 321 $(function(){
320 var hash = window.location.hash; 322 var hash = window.location.hash;