mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-20 08:27:44 +08:00
typo causing quick tab to not work
This commit is contained in:
parent
c518778573
commit
c27efc1545
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ function handleTab(event) {
|
|||
!TestUI.resultCalculating &&
|
||||
$("#commandLineWrapper").hasClass("hidden") &&
|
||||
$("#simplePopupWrapper").hasClass("hidden") &&
|
||||
$("#quoteSubmitPopup").hasClass("hidden") &&
|
||||
$("#quoteSubmitPopupWrapper").hasClass("hidden") &&
|
||||
!$(".page.pageLogin").hasClass("active")
|
||||
) {
|
||||
if ($(".pageTest").hasClass("active")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue