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 +};