connectiopn fix round 2 4
This commit is contained in:
@ -109,6 +109,8 @@
|
||||
});
|
||||
|
||||
document.getElementById("exit-btn").addEventListener("click", () => {
|
||||
statusEl.textContent = "Sitzung wird beendet ...";
|
||||
statusEl.classList.remove("error");
|
||||
try { client.disconnect(); } catch (_) { /* bereits getrennt */ }
|
||||
window.close();
|
||||
// Siehe terminal.js fuer die ausfuehrliche Begruendung: window.close()
|
||||
|
||||
Reference in New Issue
Block a user