summaryrefslogtreecommitdiffstats
path: root/templates/devel/mirrorlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/mirrorlist.html')
-rw-r--r--templates/devel/mirrorlist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/mirrorlist.html b/templates/devel/mirrorlist.html
index b9ad8f4..9ae6563 100644
--- a/templates/devel/mirrorlist.html
+++ b/templates/devel/mirrorlist.html
@@ -43,7 +43,7 @@
<script type="text/javascript" src="/media/jquery.tablesorter.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
- $(".results").tablesorter({sortList: [[1,0], [2,0]]});
+ $(".results").tablesorter({widgets: ['zebra'], sortList: [[1,0], [2,0]]});
});
</script>
{% endblock %}