Marthee commited on
Commit
34ac14c
·
verified ·
1 Parent(s): b25694b

Update templates/gui.html

Browse files
Files changed (1) hide show
  1. templates/gui.html +1 -1
templates/gui.html CHANGED
@@ -20,7 +20,7 @@ function getURLParams() {
20
 
21
  if (dropboxLink) {
22
  const pdfLink = decodeURIComponent(pdfLink);
23
- console.log("Decoded Dropbox Link:", decodedLink);
24
  }
25
  return {
26
  pdfLink: urlParams.get('pdfLink')
 
20
 
21
  if (dropboxLink) {
22
  const pdfLink = decodeURIComponent(pdfLink);
23
+ console.log("Decoded Dropbox Link:", pdfLink);
24
  }
25
  return {
26
  pdfLink: urlParams.get('pdfLink')