X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=ab36861ab8490663bdca5f22e68a669b5aeb5aeb;hb=6d802a2baa9d0763373aa98664683da2a59b0b5a;hp=fde1060abaffc2bda6fe4b9017205a2135e3334f;hpb=6af1580390a2e33edbe650072f8624d7e29de63e;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(); + }); });