Update organization.html

This commit is contained in:
xfarrow 2024-02-29 12:44:57 +01:00
parent 60a383db07
commit e0f01bbbd9
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
function populateFields (name, location, description, isHiring) {
document.getElementById('organizationName').textContent = name;
document.title = `${name} - Blink`
document.getElementById('location').textContent = location;
document.getElementById('description').textContent = description;
if(isHiring === true) {