From d341d187f357e44855cd2e8c167ca1f5adbc57ca Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 16:15:59 -0400 Subject: nfsw/static/io.js: On reset redirect to epilogue. --- nfsw/static/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfsw/static/io.js b/nfsw/static/io.js index eb1535f..31483d0 100644 --- a/nfsw/static/io.js +++ b/nfsw/static/io.js @@ -36,7 +36,7 @@ document.addEventListener('DOMContentLoaded', function() { } if ('reset' in r && r.reset) { - return window.location.reload(); + return window.location.href = '/epilogue'; } return barfslow(r.ans, 'concierge', qipoff); -- cgit v1.2.3