Additional cleanup and formatting related to the previous commit.

This commit is contained in:
Ivan Davidov 2016-09-05 01:45:58 +03:00
parent 2ff3e5aab5
commit d121608856

View File

@ -518,10 +518,10 @@
}
}
function thankYou() {
function thankYou() {
var footer = document.getElementById("footer");
var footerDiv = footer.getElementsByTagName("div")[0];
var html = footerDiv.innerHTML;
var footerDiv = footer.getElementsByTagName("div")[0];
var html = footerDiv.innerHTML;
var sepa = ' <span class="separator">|</span> ';
var afterSepa = 'Hosting by <a target="_blank" href="http://{1}">{2}</a>.'
@ -546,10 +546,10 @@
html += afterSepa.replace("{1}", hostname).replace("{2}", hostname);
footerDiv.innerHTML = html;
}
}
}
}
}
}
}
}
</script>
<script>