Mercurial > urweb
view tests/setInner.js @ 1941:9f3597979e98
Tweaking handling of database transactions
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 25 Dec 2013 13:11:43 -0500 |
parents | 06791667937e |
children |
line wrap: on
line source
function setIt(id, html) { setInnerHTML(document.getElementById(id), html); }