X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;fp=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=72bc80a7e4a26e97d3d64ebc8abd4b1d788d4d88;hb=0ce0d62894739d3769490d9fde6fa98561b3dfae;hp=260a32109892db22eeb3e0568710523bae2e6cde;hpb=2b6349abcc3380869532b4fab01f7cff9d3c2ac3;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 260a321..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") || (value == "posts")) { + if ((value == "activity") || (value == "posts") || (value == "images")) { $("select[name=order]").val("desc"); } else if (value == "name") { $("select[name=order]").val("asc"); @@ -30,6 +30,7 @@ +