diff options
Diffstat (limited to 'vmail-listusers-html.lsp')
-rw-r--r-- | vmail-listusers-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-listusers-html.lsp b/vmail-listusers-html.lsp index 64ec3bc..1990720 100644 --- a/vmail-listusers-html.lsp +++ b/vmail-listusers-html.lsp @@ -17,7 +17,7 @@ html = require("acf.html") <script type="text/javascript"> $(document).ready(function() { - $("#list").tablesorter({headers: {0:{sorter: false}}}); + $("#list").tablesorter({headers: {0:{sorter: false}}, widgets: ['zebra']}); $(".deleteuser").click(function(){ return confirm("Are you sure you want to delete this user?")}); }); </script> |