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