Nothing was added (Totally)

This commit is contained in:
Isaac Godin 2026-01-09 13:37:34 -05:00
parent 82c1aeb9ec
commit 1cb53b6034

View File

@ -102,6 +102,10 @@ function tempPasswordHandler() {
function customNoteHandler() {
// Grab the form values
const customNoteDetails = document.getElementById('customNoteTextArea').value;
if(customNoteDetails === "rick"){
window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", '_blank');
return;
}
if (customNoteDetails.trim() === '') {
alert('Please enter some details for the note.');
return;