summaryrefslogtreecommitdiff
path: root/template/roomlist.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-10-25 22:18:50 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-10-25 22:18:50 -0400
commit12dda08addf3bb7d61e07a592827b8bc8156a587 (patch)
treea1b2952874206d7b725121d13d4cf6f5b31e6f5d /template/roomlist.st
parentd06abd23fae1429499e7480f276815a17b33e125 (diff)
Add roomlist sort order
Diffstat (limited to 'template/roomlist.st')
-rw-r--r--template/roomlist.st5
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>