mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-09 21:26:49 +08:00
parent
a3500adb97
commit
51a5febae5
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import { activateAnalytics } from "../controllers/analytics-controller";
|
||||
import { focusWords } from "../test/test-ui";
|
||||
|
||||
type Accepted = {
|
||||
security: boolean;
|
||||
|
@ -38,6 +39,7 @@ export function show(): void {
|
|||
|
||||
export async function hide(): Promise<void> {
|
||||
if (!$("#cookiePopupWrapper").hasClass("hidden")) {
|
||||
focusWords();
|
||||
$("#cookiePopupWrapper")
|
||||
.stop(true, true)
|
||||
.css("opacity", 1)
|
||||
|
|
Loading…
Reference in a new issue