We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b949ae commit 43b66a0Copy full SHA for 43b66a0
en-US/downloads/mac-test.md
@@ -48,7 +48,7 @@ Thanks. Continue <a href="../mac-dl">this way</a>.
48
function downloadClicked() {
49
document.getElementById("emls_box").style.display = "none";
50
document.getElementById("dl_continue_box").style.display = "inline";
51
- window.location.href = "http://fontforge.github.io/en-US/downloads/mac-dl/";
+ window.setTimeout(function () { window.location.href = "http://fontforge.github.io/en-US/downloads/mac-dl/"; }, 500);
52
}
53
function subscribeClicked() {
54
document.forms["emls_sform"]["email"].value = document.forms["emls_vform"]["email"].value;
0 commit comments