Template:Appeal/FY2324 E3 XH/en: Difference between revisions
Content deleted Content added
No edit summary |
Prevent XSS attack using .textContent |
||
(7 intermediate revisions by the same user not shown) | |||
Line 49:
const urlParams = new URLSearchParams(window.location.search);
const firstName = urlParams.get("fname");
if (firstName
if(firstName !== 'Wikimedia Supporter'){
const
document.getElementById('donor-greeting').
}
}
</script>
|