We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65be5ff + 28411af commit b587580Copy full SHA for b587580
exitMeet.js
@@ -10,5 +10,4 @@ function exit() {
10
11
var requiredParticipantToExit = parseInt(localStorage.getItem("requiredParticipantToExit"));
12
var running = localStorage.getItem('running');
13
-console.log(requiredParticipantToExit, parseInt(document.querySelector('.uGOf1d').innerHTML));
14
var exitInt = setInterval(exit, 1000);
0 commit comments