mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
made loaded challenge non interactable
This commit is contained in:
parent
c3e741a243
commit
2943d110c9
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export async function update(): Promise<void> {
|
|||
|
||||
if (TestState.activeChallenge) {
|
||||
$(".pageTest #testModesNotice").append(
|
||||
`<div class="textButton" commands="loadChallenge"><i class="fas fa-award"></i>${TestState.activeChallenge.display}</div>`
|
||||
`<div class="textButton noInteraction"><i class="fas fa-award"></i>${TestState.activeChallenge.display}</div>`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue