Changed Success UX
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
el.textContent = seconds;
|
el.textContent = seconds;
|
||||||
if (seconds <= 0) {
|
if (seconds <= 0) {
|
||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
window.close();
|
window.location.href = "{{ original_url }}";
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user