fix 13
This commit is contained in:
@ -9,9 +9,9 @@
|
||||
(() => {
|
||||
"use strict";
|
||||
|
||||
const hostId = window.JUMPHOST_HOST_ID;
|
||||
const statusEl = document.getElementById("status");
|
||||
const shell = document.getElementById("session-shell");
|
||||
const hostId = shell.dataset.hostId;
|
||||
const statusEl = document.getElementById("status");
|
||||
|
||||
const term = new Terminal({
|
||||
cursorBlink: true,
|
||||
|
||||
Reference in New Issue
Block a user