X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=72bc80a7e4a26e97d3d64ebc8abd4b1d788d4d88;hb=0ce0d62894739d3769490d9fde6fa98561b3dfae;hp=ab36861ab8490663bdca5f22e68a669b5aeb5aeb;hpb=3fd7b8594c097f1448fe84f47f579fc9c85aaa25;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index ab36861..72bc80a 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") || (value == "images")) { $("select[name=order]").val("desc"); } else if (value == "name") { $("select[name=order]").val("asc"); @@ -29,6 +29,8 @@ + + + + + + +
+
+ + + + +
+
+
<%= page|store key=pageParameter> <%include include/pagination.html>