Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
slweeb committed Jul 13, 2024
1 parent dd2433f commit eb8da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ document.addEventListener("DOMContentLoaded", function(){
var contentDiv = document.getElementById('content');
if (contentDiv) {
contentDiv.insertAdjacentHTML("beforeend", `
<h3 style="text-align:center">Missing something? <div style="display:inline-block"><a href="https://forms.gle/Puo615Gev1binwei9" target="_blank">Submit or send feedback</a>!</div></h3>
<h3 style="text-align:center">Missing something? <div style="display:inline-block"><a href="https://docs.google.com/forms/d/e/1FAIpQLSfb982MRjL6hFDpS4utKzjrDP2UUIPprG8iunwW2t0dxfJvmQ/viewform?usp=pp_url&entry.1257758897=`+document.title.split(" - ")[0].split(" (")[0]+`:+" target="_blank">Submit or send feedback</a>!</div></h3>
`)
}
});

0 comments on commit eb8da64

Please sign in to comment.