mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
not going to test page from login page
This commit is contained in:
parent
536b0920e9
commit
ddf362e576
1 changed files with 1 additions and 1 deletions
|
@ -3263,7 +3263,7 @@ $(document).keydown((event) => {
|
|||
|
||||
//tab
|
||||
if (event["keyCode"] == 9) {
|
||||
if (config.quickTab) {
|
||||
if (config.quickTab && !$(".pageLogin").hasClass("active")) {
|
||||
event.preventDefault();
|
||||
if ($(".pageTest").hasClass("active")) {
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue