turned off gibberish and 58008 in custom

This commit is contained in:
Jack 2020-08-18 17:48:01 +01:00
parent e116d87192
commit 01eaba1b72

View file

@ -2398,6 +2398,10 @@ function changeMode(mode, nosave) {
$("#top .config .customText").addClass("hidden");
$("#top .config .punctuationMode").removeClass("hidden");
} else if (config.mode == "custom") {
if (activeFunBox === "58008" || activeFunBox === "gibberish") {
activeFunBox = "none";
updateTestModesNotice();
}
$("#top .config .wordCount").addClass("hidden");
$("#top .config .time").addClass("hidden");
$("#top .config .customText").removeClass("hidden");