view tests/setInner.js @ 1987:fa044101ad99

Closing old datetime branch.
author Patrick Hurst <phurst@mit.edu>
date Mon, 17 Feb 2014 19:25:30 -0500
parents 06791667937e
children
line wrap: on
line source
function setIt(id, html) {
    setInnerHTML(document.getElementById(id), html);
}