Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdarckcat committed May 31, 2019
1 parent d2bc7ed commit c05afc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/ctfmate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ <h4 class="mdl-dialog__title">Change countdown</h4>
if (teamSecretKey) {
firepadRef = firepadRef.child(teamSecretKey);
} else {
teamSecretKey = urlParams.get('teamSecretKey');
firepadRef = firepadRef.push();
urlParams.set('teamSecretKey', firepadRef.key);
location.hash = urlParams;
Expand Down

0 comments on commit c05afc9

Please sign in to comment.