annotate installer/client.min.js @ 8:bf99236cc5cd

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
1 function toggleblock(c,a){var b=document.getElementById(c);return false}function addhostfield(){var a=document.getElementById("defaulthostlist");var d=document.createElement("div");var b=document.createElement("input");var c=document.createElement("a");b.name="_default_host[]";b.size="30";c.href="#";c.onclick=function(){removehostfield(this.parentNode);return false};c.className="removelink";c.innerHTML="remove";d.appendChild(b);d.appendChild(c);a.appendChild(d)}function removehostfield(b){var a=document.getElementById("defaulthostlist");a.removeChild(b)};