From af8d6e0647c89f1d438f80599b0b219862cadfe6 Mon Sep 17 00:00:00 2001 From: Tailszefox Date: Tue, 28 Jan 2014 22:33:36 +0100 Subject: [PATCH] Small typo fixing a bug with the Vinyl easter egg --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7b2ac8c..1eadd4f 100644 --- a/index.php +++ b/index.php @@ -325,7 +325,7 @@ else else { $("#from option[value='vinyl2']").val("vinyl"); - $("#to option[value='vinyl']").val("vinyl2"); + $("#to option[value='vinyl2']").val("vinyl"); } getNewFusion();