From 30be2dbbcff4b01869bbb0120eb6679cc4b55cd0 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 31 May 2013 16:32:34 +0200 Subject: Navigate through unread messages with 'j' and 'k' --- hyperkitty/templates/base.html | 2 +- hyperkitty/templates/thread.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index 611909a..76d7d66 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -81,7 +81,7 @@ - {% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/js/bootstrap.min.js", "libs/jquery.expander.js", "libs/d3.v2.min.js", "js/hyperkitty.js" %} + {% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/js/bootstrap.min.js", "libs/jquery.expander.js", "libs/d3.v2.min.js", "libs/jquery.hotkeys.js", "js/hyperkitty.js" %} {% endassets %} {% block additionaljs %} {% endblock %} diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 1e1f7ed..a25046e 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -78,9 +78,10 @@ -- cgit