From c546670517e731a5ef8d29b7ac28e331a6f413d9 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 5 Dec 2024 01:30:22 -0500 Subject: [PATCH] Add broken note --- carrd-contact-placeholders.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/carrd-contact-placeholders.js b/carrd-contact-placeholders.js index d43e62a..cb06824 100644 --- a/carrd-contact-placeholders.js +++ b/carrd-contact-placeholders.js @@ -1,3 +1,5 @@ +// This stopped working? Need to fix at some point + // Add placeholder text to the contact form function changePlaceholders() { @@ -13,4 +15,4 @@ function changePlaceholders() { // Call the function on page load window.onload = function () { changePlaceholders(); -}; \ No newline at end of file +};