summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-27 13:30:29 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-27 13:30:29 -0400
commite0c056718be9d4d4f97e055858fa4f92b1e8f5ce (patch)
tree0f30a2b9238dc118ad51327f45c769ace33a2c94 /nfsw
parent4e54182ba97899f7d6f1056c4c5da3c55a868a1b (diff)
nfsw/static/io.js: Fix lint errors.
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/static/io.js4
1 files 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);