Difference between revisions of "User:Fbstj/gadget/history-test.js"

m
that one needs to be html
m (try this)
m (that one needs to be html)
// append the speaker and html from the line
entry_el.appendChild(speaker);
entry_el.innerTextinnerHTML += line.text;
});
// place container on page