We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7fef8 commit 4d5de1bCopy full SHA for 4d5de1b
web-portal/client/js/main.js
@@ -129,7 +129,7 @@ function startSession (interlispOrXterm) {
129
const medleyExec = document.getElementById("interlisp_rb").checked ? "inter" : "common";
130
const startScriptUrl =
131
(function() {
132
- const ss = document.getElementById("start_script_url").value;
+ let ss = document.getElementById("start_script_url").value;
133
if (ss != "") {
134
if (ss.includes("%2F")) ss = decodeURIComponent(ss);
135
return encodeURIComponent(ss);
0 commit comments