diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-11-19 00:53:14 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-11-19 00:53:14 +0000 |
commit | 5e5e4c6d482b69f24b2692e49697a0ee3de4278c (patch) | |
tree | f7e2c6290477b8098a8dc73fc5a3d9495fbe128f /vmail-listusers-html.lsp | |
parent | a1c6854f74d6226e0e5d4de2820792928d895a68 (diff) | |
download | acf-freeswitch-vmail-5e5e4c6d482b69f24b2692e49697a0ee3de4278c.tar.bz2 acf-freeswitch-vmail-5e5e4c6d482b69f24b2692e49697a0ee3de4278c.tar.xz |
Add tablesorter zebra widget
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> |