Spaces:
Runtime error
Runtime error
Update templates/gui.html
Browse files- 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:",
|
| 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')
|