mirror of https://github.com/xfarrow/blink
Update organization.html
This commit is contained in:
parent
60a383db07
commit
e0f01bbbd9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue