It stopped working when we switched to textContent as it relies on being able to add new HTML elements. Do things properly by adding new elements via createElement().
It stopped working when we switched to textContent as it relies on being able to add new HTML elements. Do things properly by adding new elements via createElement().