mishig HF staff commited on
Commit
7b8ae02
1 Parent(s): aa41921

Revert "Make share window open future=proof"

Browse files

This reverts commit aa419210ee4687af217b58f435c23d2ba077ea6d.

Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -384,7 +384,7 @@ ${htmlImgs.slice(1).join("\n")}
384
  });
385
 
386
  const paramsStr = params.toString();
387
- window.open(`${window.location.href}/discussions/new?${paramsStr}`, '_blank');
388
  isUploading = false;
389
  }
390
 
 
384
  });
385
 
386
  const paramsStr = params.toString();
387
+ window.open(`https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest/discussions/new?${paramsStr}`, '_blank');
388
  isUploading = false;
389
  }
390