summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-10-03 00:29:43 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:39 +0000
commit9b472c08eef62db070238914ee69817874f60524 (patch)
treeb12811595364fc36be03f9816b751cf7cc4675cb /templates
parent38daf1700f5c4894ca5e2281bb525276054b1927 (diff)
downloadpatchwork-9b472c08eef62db070238914ee69817874f60524.tar
patchwork-9b472c08eef62db070238914ee69817874f60524.tar.gz
patch-list: Make the table header sticky
So, when scrolling down the list of patches, we still get what are the field displayed. This is espacially important as I plan to add a few more. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index a0b6244..aa7c2b3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,6 +10,7 @@
<link rel="stylesheet" type="text/css" href="{% static "css/style.css" %}"/>
<script type="text/javascript" src="{% static "js/common.js" %}"></script>
<script type="text/javascript" src="{% static "js/jquery-1.10.1.min.js" %}"></script>
+ <script type="text/javascript" src="{% static "js/jquery.stickytableheaders.min.js" %}"></script>
<!-- IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>