From 68a7345d7c0f2d413ff81d0707dfb01236b67753 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 15:10:57 -0400 Subject: Add nfsw/static/epilogue.js --- nfsw/static/epilogue.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nfsw/static/epilogue.js 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 + ); +}); -- cgit v1.2.3