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=e8c064229adeb8372fd528d5cefa38f8651b7b88;hb=d48f9067db6955d09d1440f2275dae19948c5948;hp=72bc80a7e4a26e97d3d64ebc8abd4b1d788d4d88;hpb=0ce0d62894739d3769490d9fde6fa98561b3dfae;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 72bc80a..e8c0642 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -11,7 +11,7 @@ $("select[name=order]").val("desc"); } else if (value == "name") { $("select[name=order]").val("asc"); - } + } }); $("#sort-options select").change(function() { this.form.submit();