-
raven
+
raven
Carrier Pigeon
Send files with plaintext
diff --git a/receive.html b/receive.html
index 53490b3..d0a4bfd 100644
--- a/receive.html
+++ b/receive.html
@@ -14,7 +14,7 @@
diff --git a/receive.js b/receive.js
index d4a9532..0b8a5bd 100644
--- a/receive.js
+++ b/receive.js
@@ -34,5 +34,7 @@ function download(string) {
document.getElementById("download-icon").innerText = "downloading";
document.getElementById("download-text").innerText = "Downloading...";
+
+ location.href = '.';
}
}
\ No newline at end of file
diff --git a/send.html b/send.html
index ab8b32a..e845bb6 100644
--- a/send.html
+++ b/send.html
@@ -8,16 +8,16 @@