Skip to content

Commit

Permalink
remove todos; the name is displayed, and value of generic meta tags i…
Browse files Browse the repository at this point in the history
…s unclear
  • Loading branch information
r10s committed Jan 29, 2024
1 parent a6365a5 commit 1324a7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-itunes-app" content="app-id=1459523234">
<!-- todo generic meta tags -->

<meta property="og:type" content="website">
<meta property="og:title" content="Connect on Delta Chat">
Expand Down Expand Up @@ -246,7 +245,6 @@
document.getElementById("join").innerText = 'Join';
}

// todo parse link and display name
document.getElementById("name").innerText = searchParams.get("n") || searchParams.get("g") || searchParams.get("a");

if (isValid && document.querySelector('section').classList.contains('hidden')) {
Expand Down

0 comments on commit 1324a7b

Please sign in to comment.