diff options
Diffstat (limited to 'template/roomlist.st')
| -rwxr-xr-x | template/roomlist.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/roomlist.st b/template/roomlist.st index a7f5d07..e25e2a1 100755 --- a/template/roomlist.st +++ b/template/roomlist.st @@ -6,12 +6,15 @@ type="text/javascript"></script> <script src="/static/js/jquery.tablesorter.min.js" type="text/javascript"></script> - <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" + <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"> <script src="/static/js/admin.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="/static/tsort/style.css"> + <link rel="stylesheet" type="text/css" href="/static/css/roomlist.css?v=20260129"> + <!-- <style> body { font-family: Monaco, "Courier New", Courier, monospace; } </style> + --> <script> jQuery(function() { jQuery('.tablesorter').tablesorter({ sortList: [[4, 1]] |
