summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+ );
+});