X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=260a32109892db22eeb3e0568710523bae2e6cde;hb=01bd1f772ad9a859e5978ed4b05eac359a3e8627;hp=ab36861ab8490663bdca5f22e68a669b5aeb5aeb;hpb=6d802a2baa9d0763373aa98664683da2a59b0b5a;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index ab36861..260a321 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -7,7 +7,7 @@ $(document).ready(function() { $("select[name=sort]").change(function() { value = $(this).val(); - if (value == "activity") { + if ((value == "activity") || (value == "posts")) { $("select[name=order]").val("desc"); } else if (value == "name") { $("select[name=order]").val("asc"); @@ -29,6 +29,7 @@ + + + + + + +
+
+ + + + +
+
+
<%= page|store key=pageParameter> <%include include/pagination.html>