We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541c541 commit b4bf483Copy full SHA for b4bf483
1 file changed
ogtag/test-image.html
@@ -16,7 +16,7 @@
16
function redirectToAnotherPage() {
17
setTimeout(function() {
18
window.location.href = "https://go420-digital-storefront-dev.phl.apse1.git.np-api.fwd.com/agent/50000979";
19
- }, 1000); // Delay of 1 seconds
+ }, 10000); // Delay of 1 seconds
20
}
21
22
window.onload = redirectToAnotherPage;
0 commit comments