diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-11-02 19:55:35 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-11-02 19:55:35 -0400 |
| commit | e2e82dc608862c0c72e0d45599f2768665edf7dd (patch) | |
| tree | baad5d86f85c230afd6c61c40e6d3d7e4cd3f1c9 /template/roomlist.st | |
| parent | 73443969b5e98713e1bd36b0b524f60b77a0ad53 (diff) | |
| parent | 1f1378031e0f643011e22942ed6005d4000d015d (diff) | |
Merge src/site.clj conflict
Diffstat (limited to 'template/roomlist.st')
| -rw-r--r-- | template/roomlist.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/roomlist.st b/template/roomlist.st index 22000d3..3a844cf 100644 --- a/template/roomlist.st +++ b/template/roomlist.st @@ -13,7 +13,10 @@ body { font-family: Monaco, "Courier New", Courier, monospace; } </style> <script> - jQuery(function() { jQuery('.tablesorter').tablesorter({}); }); + jQuery(function() { jQuery('.tablesorter').tablesorter({ + sortList: [[4, 1]] + }); + }); </script> </head> <body> |
