Additional cleanup and formatting related to the previous commit.
This commit is contained in:
parent
2ff3e5aab5
commit
d121608856
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user