disabling default tab behavior when not on test page and quick tab is enabled

This commit is contained in:
Miodec 2022-01-08 16:57:46 +01:00
parent fd5e2e6dc9
commit da438f8464

View file

@ -645,6 +645,7 @@ function handleTab(event) {
}
}
} else if (Config.quickTab) {
event.preventDefault();
UI.changePage("test");
}
}