Skip to content

Commit

Permalink
¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
carykees98 committed Sep 9, 2023
1 parent 44e129f commit ce590fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ window.onload = function () {
}
}

var socket = connect();
if (!past) {
var socket = connect();
}
var authenticated = false;
var resolve_auth = undefined;
var reject_auth = undefined;
Expand Down

0 comments on commit ce590fd

Please sign in to comment.