Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD authored Jan 13, 2025
1 parent 7bf64bf commit 61d9b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawnicons-request/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

if (param) {
// Construct the new URL with the desired parameter
newUrl = 'https://docs.google.com/forms/d/e/1FAIpQLSez5LqhhGPSp4evrj2vjvf-vGSLLPE5OvvpwktRQv6aCP4Nsg/viewform?entry.1400319382=' + encodeURIComponent(exampleParam);
newUrl = 'https://docs.google.com/forms/d/e/1FAIpQLSez5LqhhGPSp4evrj2vjvf-vGSLLPE5OvvpwktRQv6aCP4Nsg/viewform?entry.1400319382=' + encodeURIComponent(param);
} else {
newUrl = 'https://docs.google.com/forms/d/e/1FAIpQLSez5LqhhGPSp4evrj2vjvf-vGSLLPE5OvvpwktRQv6aCP4Nsg/viewform';
}
Expand Down

0 comments on commit 61d9b6c

Please sign in to comment.