From d48f9067db6955d09d1440f2275dae19948c5948 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 30 Sep 2011 14:57:53 +0200 Subject: [PATCH] Whitespace fix. --- src/main/resources/templates/knownSones.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.7.4