Mercurial > urweb
view tests/setInner.js @ 1818:e6ff36097cc4
Fixed HTTP date format and added Cache-Control to app.js
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Wed, 12 Sep 2012 19:49:02 +0400 |
parents | 06791667937e |
children |
line wrap: on
line source
function setIt(id, html) { setInnerHTML(document.getElementById(id), html); }