mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-10 00:38:33 +01:00
small improvements
This commit is contained in:
@@ -17,6 +17,15 @@
|
||||
<!-- mdb -->
|
||||
<link href="/static/css/mdb.min.css" rel="stylesheet">
|
||||
<script defer src="/static/js/mdb.min.js"></script>
|
||||
<script defer src="/static/js/addons/datatables.min.js"></script>
|
||||
|
||||
<!-- Custom JS/CSS -->
|
||||
<link href="/static/site.css" rel="stylesheet">
|
||||
|
||||
<script>
|
||||
function datesSorter(a, b) {
|
||||
if (new Date(a) < new Date(b)) return 1;
|
||||
if (new Date(a) > new Date(b)) return -1;
|
||||
return 0;
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user