Changed Success UX

This commit is contained in:
Roger Joys
2026-03-16 05:23:04 -07:00
parent 7616bfa68e
commit d160578588

View File

@@ -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>