mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
fixed menu button not changing back to login when logging out. fixes #50
This commit is contained in:
parent
6def480852
commit
bbbea34d7d
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ function updateAccountLoginButton() {
|
|||
// $("#menu .button.account").removeClass('hidden');
|
||||
// $("#menu .button.login").addClass('hidden');
|
||||
} else {
|
||||
swapElements($("#menu .button.login"), $("#menu .button.account"), 250);
|
||||
swapElements($("#menu .button.account"), $("#menu .button.login"), 250);
|
||||
// $("#menu .button.login").removeClass('hidden');
|
||||
// $("#menu .button.account").addClass('hidden');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue