mirror of
https://github.com/mrclay/minify.git
synced 2025-02-25 01:12:35 +01:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
|
|
function html(id, html) {
|
|
|
|
document.getElementById(id).innerHTML = html;
|
|
|
|
} |