function append()

in content/js/downloads.js [37:39]


function append(el, contents) {
  el.innerHTML = el.innerHTML + contents;
};