summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-26 15:10:57 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-26 15:10:57 -0400
commit68a7345d7c0f2d413ff81d0707dfb01236b67753 (patch)
treecf1b3814e15d0978b18f590ced34d93521a5508c /nfsw
parent9d7a9ccf39f0151b6329862204fa59f565e86d39 (diff)
Add nfsw/static/epilogue.js
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/static/epilogue.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/nfsw/static/epilogue.js b/nfsw/static/epilogue.js
new file mode 100644
index 0000000..9ba9d17
--- /dev/null
+++ b/nfsw/static/epilogue.js
@@ -0,0 +1,10 @@
+document.addEventListener('DOMContentLoaded', function() {
+ var ep_wrapper = document.getElementsByClassName('epilogue-wrapper')[0];
+ ep_wrapper.style = 'display:block';
+
+ window.setTimeout(
+ function() {
+ window.location.href = "/io";
+ }, 5000
+ );
+});