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