Mercurial > urweb
view tests/setInner.js @ 2127:8beeb4f761b5
Fix interpretation of 'file' argument paths
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 08 Mar 2015 10:55:05 -0400 |
parents | 06791667937e |
children |
line wrap: on
line source
function setIt(id, html) { setInnerHTML(document.getElementById(id), html); }