aboutsummaryrefslogtreecommitdiffstats
path: root/static/famille.js
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-12-05 00:35:55 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2014-12-05 00:35:55 -0500
commit13a9deef46a613d5db79b66e36dc3c28eab5945e (patch)
tree1b82125d7c6307b436c50dacf052d8fc35e01427 /static/famille.js
parent0ad0d9f45510461cefc7ca35c1ec3d1d732a2f52 (diff)
downloadfamille-flask-13a9deef46a613d5db79b66e36dc3c28eab5945e.tar.gz
Add tooltips
Diffstat (limited to 'static/famille.js')
-rw-r--r--static/famille.js3
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
+});