summaryrefslogtreecommitdiffstats
path: root/vmail-listmessages-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'vmail-listmessages-html.lsp')
-rw-r--r--vmail-listmessages-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-listmessages-html.lsp b/vmail-listmessages-html.lsp
index 9c506ca..7889d3f 100644
--- a/vmail-listmessages-html.lsp
+++ b/vmail-listmessages-html.lsp
@@ -197,7 +197,7 @@ end
$(this).parent().find("[name='message']").attr("value", messages.join(","));
}
$(document).ready(function() {
- $("#list").tablesorter({headers: {0:{sorter: false}, 1:{sorter: false}}});
+ $("#list").tablesorter({headers: {0:{sorter: false}, 1:{sorter: false}}, widgets: ['zebra']});
$("#list").bind("sortStart",function() {
$(".temporaryplayer").remove();
});