.
This commit is contained in:
parent
3bddc4fb2b
commit
bdc6c2b3f7
1 changed files with 0 additions and 5 deletions
|
|
@ -11,11 +11,6 @@
|
||||||
|
|
||||||
let path = (window.location.pathname).split('/')[1];
|
let path = (window.location.pathname).split('/')[1];
|
||||||
let participant = findElementByProperty(introductions, 'path', path);
|
let participant = findElementByProperty(introductions, 'path', path);
|
||||||
console.log(path)
|
|
||||||
console.log(participant)
|
|
||||||
// IMAGE
|
|
||||||
// NAME
|
|
||||||
//
|
|
||||||
document.getElementById("introduction").innerHTML = participant.introduction;
|
document.getElementById("introduction").innerHTML = participant.introduction;
|
||||||
|
|
||||||
let p_frag = document.createElement("img");
|
let p_frag = document.createElement("img");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue