summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-03 17:29:05 -0500
committerDan McGee <dan@archlinux.org>2011-11-03 17:29:05 -0500
commitcaa15d61a3882d1076378ae406bb2effcb63ff87 (patch)
treecbedc6a948da306526eba50967d64c6158cd1b7a /templates
parent49ac7efd683152e4936f8013bb7a001470260034 (diff)
downloadarchweb-caa15d61a3882d1076378ae406bb2effcb63ff87.tar.gz
archweb-caa15d61a3882d1076378ae406bb2effcb63ff87.zip
Minor tweaks to style and sorting of signoffs
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/signoffs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html
index 8d57a8c5..0bdc6d46 100644
--- a/templates/packages/signoffs.html
+++ b/templates/packages/signoffs.html
@@ -65,7 +65,7 @@
$(document).ready(function() {
$('a.signoff-link').click(signoff_package);
$(".results").tablesorter({widgets: ['zebra'], sortList: [[0,0]],
- headers: { 6: { sorter: false } } });
+ headers: { 7: { sorter: false } } });
$('#signoffs_filter input').change(filter_signoffs);
$('#criteria_reset').click(filter_signoffs_reset);
// fire function on page load to ensure the current form selections take effect