diff options
Diffstat (limited to 'static/famille.js')
| -rw-r--r-- | static/famille.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/famille.js b/static/famille.js index 63fc3d5..491fb3c 100644 --- a/static/famille.js +++ b/static/famille.js @@ -10,6 +10,7 @@ $.fn.wait = function(time, type) { }; $(document).ready(function(){ + $('[data-toggle="tooltip"]').tooltip() $("div.infobox").wait(2000).slideUp("slow"); $("div.errorbox").wait(2000).slideUp("slow"); $("#add").click(function(){ @@ -22,4 +23,4 @@ $(document).ready(function(){ $(".kadoscope").animate({opacity:"1"},"5000"); }); $('span.timeago').timeago(); -});
\ No newline at end of file +}); |
