Skip to content

Commit 43b66a0

Browse files
authoredApr 17, 2019
Try adding a delay to the download redirect.
1 parent 7b949ae commit 43b66a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎en-US/downloads/mac-test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Thanks. Continue <a href="../mac-dl">this way</a>.
4848
function downloadClicked() {
4949
document.getElementById("emls_box").style.display = "none";
5050
document.getElementById("dl_continue_box").style.display = "inline";
51-
window.location.href = "http://fontforge.github.io/en-US/downloads/mac-dl/";
51+
window.setTimeout(function () { window.location.href = "http://fontforge.github.io/en-US/downloads/mac-dl/"; }, 500);
5252
}
5353
function subscribeClicked() {
5454
document.forms["emls_sform"]["email"].value = document.forms["emls_vform"]["email"].value;

0 commit comments

Comments
 (0)
Please sign in to comment.