From: David ‘Bombe’ Roden Date: Fri, 30 Sep 2011 12:57:53 +0000 (+0200) Subject: Whitespace fix. X-Git-Tag: 0.7.2^2~5 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=d48f9067db6955d09d1440f2275dae19948c5948 Whitespace fix. --- 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();