Small typo fixing a bug with the Vinyl easter egg

This commit is contained in:
Tailszefox 2014-01-28 22:33:36 +01:00
parent d43da44ba7
commit af8d6e0647

View file

@ -325,7 +325,7 @@ else
else else
{ {
$("#from option[value='vinyl2']").val("vinyl"); $("#from option[value='vinyl2']").val("vinyl");
$("#to option[value='vinyl']").val("vinyl2"); $("#to option[value='vinyl2']").val("vinyl");
} }
getNewFusion(); getNewFusion();