mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-23 14:27:59 +01:00
Small typo fixing a bug with the Vinyl easter egg
This commit is contained in:
parent
d43da44ba7
commit
af8d6e0647
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue