X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=ab36861ab8490663bdca5f22e68a669b5aeb5aeb;hb=4e434a3126ba1c216d97638995dc3d21fcf86f1c;hp=fde1060abaffc2bda6fe4b9017205a2135e3334f;hpb=4cd31c743766c64dbdeade933dd97fe6e013b14a;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index fde1060..ab36861 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -13,6 +13,9 @@ $("select[name=order]").val("asc"); } }); + $("#sort-options select").change(function() { + this.form.submit(); + }); });