BraydenMoore commited on
Commit
1d77803
·
verified ·
1 Parent(s): 3506785

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -400,7 +400,7 @@
400
 
401
  shareIcon.addEventListener("click", function() {
402
  const id = this.getAttribute("data-id");
403
- const urlToCopy = `${window.location.origin}/?new=false&id=${id}`;
404
 
405
  navigator.clipboard.writeText(urlToCopy).then(() => {
406
  console.log("URL copied to clipboard");
 
400
 
401
  shareIcon.addEventListener("click", function() {
402
  const id = this.getAttribute("data-id");
403
+ const urlToCopy = `${window.location.origin}/?id=${id}`;
404
 
405
  navigator.clipboard.writeText(urlToCopy).then(() => {
406
  console.log("URL copied to clipboard");