Skip to content

Commit 7038480

Browse files
authored
Update index.js
1 parent a726ee4 commit 7038480

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ function send()
3030
"message":message
3131
};
3232
xhttp.send(JSON.stringify(json));
33-
setTimeout(function () { window.location.reload(); }, 500);
33+
3434

3535

3636
}
37+
setTimeout(function () { window.location.reload(); }, 200);
3738

38-
// setTimeout(function () { window.location.reload(); }, 800);
39+
3940

4041

4142
}

0 commit comments

Comments
 (0)