From 1cb53b603453bb3d751e9bae972ec6d4f7649c70 Mon Sep 17 00:00:00 2001 From: Isaac Godin Date: Fri, 9 Jan 2026 13:37:34 -0500 Subject: [PATCH] Nothing was added (Totally) --- src/assets/ITThermal.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/ITThermal.js b/src/assets/ITThermal.js index fb6a923..3c3abe2 100644 --- a/src/assets/ITThermal.js +++ b/src/assets/ITThermal.js @@ -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;