summaryrefslogtreecommitdiff
path: root/template/roomlist.st
diff options
context:
space:
mode:
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>