We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531c1b7 commit 2a054c2Copy full SHA for 2a054c2
src/templates/pages/download/index.hbs
@@ -126,9 +126,9 @@ slug: download/
126
if ($(this).hasClass('p5_link')) {
127
e.preventDefault();
128
window.location = $(this).attr('href');
129
- setTimeout( function() { window.location = 'support.html'; }, 2000);
+ setTimeout( function() { window.location = 'support.html'; }, 10000);
130
} else {
131
- setTimeout( function() { window.location = 'support.html'; }, 100);
+ setTimeout( function() { window.location = 'support.html'; }, 1000);
132
}
133
134
});
0 commit comments