File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Thanks. Continue <a href="../gnulinux-dl">this way</a>.
48
48
function downloadClicked () {
49
49
document .getElementById (" emls_box" ).style .display = " none" ;
50
50
document .getElementById (" dl_continue_box" ).style .display = " inline" ;
51
+ window .setTimeout (function () { window .location .href = " http://fontforge.github.io/en-US/downloads/gnulinux-dl/" ; }, 500 );
51
52
}
52
53
function subscribeClicked () {
53
54
document .forms [" emls_sform" ][" email" ].value = document .forms [" emls_vform" ][" email" ].value ;
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Thanks. Continue <a href="../mac-dl">this way</a>.
48
48
function downloadClicked () {
49
49
document .getElementById (" emls_box" ).style .display = " none" ;
50
50
document .getElementById (" dl_continue_box" ).style .display = " inline" ;
51
+ window .setTimeout (function () { window .location .href = " http://fontforge.github.io/en-US/downloads/mac-dl/" ; }, 500 );
51
52
}
52
53
function subscribeClicked () {
53
54
document .forms [" emls_sform" ][" email" ].value = document .forms [" emls_vform" ][" email" ].value ;
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Thanks. Continue <a href="../windows-dl">this way</a>.
48
48
function downloadClicked () {
49
49
document .getElementById (" emls_box" ).style .display = " none" ;
50
50
document .getElementById (" dl_continue_box" ).style .display = " inline" ;
51
+ window .setTimeout (function () { window .location .href = " http://fontforge.github.io/en-US/downloads/windows-dl/" ; }, 500 );
51
52
}
52
53
function subscribeClicked () {
53
54
document .forms [" emls_sform" ][" email" ].value = document .forms [" emls_vform" ][" email" ].value ;
You can’t perform that action at this time.
0 commit comments