diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-25 22:18:50 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-25 22:18:50 -0400 |
| commit | 12dda08addf3bb7d61e07a592827b8bc8156a587 (patch) | |
| tree | a1b2952874206d7b725121d13d4cf6f5b31e6f5d | |
| parent | d06abd23fae1429499e7480f276815a17b33e125 (diff) | |
Add roomlist sort order
| -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> |
