Skip to content

Commit f7aa34e

Browse files
committed
More typos - capitalization errors
1 parent 4490725 commit f7aa34e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-portal/client/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ window.addEventListener('load', (event) => {
109109
dlg.showModal();
110110
}
111111
}
112-
if(isAutologin) startSession("interlisp");
112+
if(isAutoLogin) startSession("interlisp");
113113
});
114114

115115
function startSession (interlispOrXterm) {

web-portal/server/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ app.get('/main',
105105
app.get('/guest',
106106
(req, res) => {
107107
const newQuery = {};
108-
newQuery.autoLogin = "";
108+
newQuery.autologin = "";
109109
newQuery.username = config.guestUsername;
110110
newQuery.password = config.guestPassword;
111111
if(req.query.notecards != undefined) newQuery.notecards="";

0 commit comments

Comments
 (0)