From e0c056718be9d4d4f97e055858fa4f92b1e8f5ce Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 27 Oct 2019 13:30:29 -0400 Subject: nfsw/static/io.js: Fix lint errors. --- nfsw/static/io.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfsw/static/io.js b/nfsw/static/io.js index 379d9da..addafb4 100644 --- a/nfsw/static/io.js +++ b/nfsw/static/io.js @@ -44,11 +44,11 @@ document.addEventListener('DOMContentLoaded', function() { } if ('logout' in r && r.logout) { - return window.location.href = '/'; + window.location.href = '/'; } if ('reset' in r && r.reset) { - return window.location.href = '/epilogue'; + window.location.href = '/epilogue'; } return barfslow(r.ans, 'concierge', qipoff); -- cgit v1.2.3