Template:Appeal/FY2324 E3 XH/en: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
const firstName = urlParams.get("fname"); |
const firstName = urlParams.get("fname"); |
||
if (firstName !== null && firstName !== ""){ |
if (firstName !== null && firstName !== ""){ |
||
const |
const capitalizedName = firstName.charAt(0).toUpperCase() + firstName.slice(1); //Capitalize name |
||
document.getElementById('donor-greeting').innerHTML = `${ |
document.getElementById('donor-greeting').innerHTML = `${capitalizedName}, s`; |
||
} |
} |
||
</script> |
</script> |
Revision as of 14:06, 24 October 2023
Support Wikipedia, your daily source of trusted knowledge.
Your support matters! Sustain this great fountain of knowledge built by people, for people. Keep Wikipedia thriving.