mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Update test-ui.js
This commit is contained in:
parent
291c2998cd
commit
c26b36ad5e
1 changed files with 1 additions and 1 deletions
|
@ -186,6 +186,7 @@ export function colorful(tc) {
|
|||
|
||||
|
||||
export function screenshot() {
|
||||
let revealReplay = false;
|
||||
function revertScreenshot() {
|
||||
$("#notificationCenter").removeClass("hidden");
|
||||
$("#commandLineMobileButton").removeClass("hidden");
|
||||
|
@ -195,7 +196,6 @@ export function screenshot() {
|
|||
if (firebase.auth().currentUser == null)
|
||||
$(".pageTest .loginTip").removeClass("hidden");
|
||||
}
|
||||
let revealReplay = false;
|
||||
if (!$("#resultReplay").hasClass('hidden')) {
|
||||
revealReplay = true;
|
||||
Replay.pauseReplay()
|
||||
|
|
Loading…
Reference in a new issue