summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/js')
-rw-r--r--hyperkitty/static/js/hyperkitty.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/static/js/hyperkitty.js b/hyperkitty/static/js/hyperkitty.js
index e43f766..3d695b9 100644
--- a/hyperkitty/static/js/hyperkitty.js
+++ b/hyperkitty/static/js/hyperkitty.js
@@ -290,6 +290,7 @@ function setup_unreadnavbar(element) {
element.find(".prevunread").click(function(e) { e.preventDefault(); scroll(-1); });
$(document).bind("keydown", "j", function(e) { scroll(1); });
$(document).bind("keydown", "k", function(e) { scroll(-1); });
+ element.find("a").tooltip();
element.animate({height: "show"}, 700);
}