mirror of
https://github.com/yudai/gotty.git
synced 2025-12-23 19:00:13 +01:00
Merge profile and config files and support custom index file
This commit is contained in:
parent
25a5bc0b89
commit
d3e48aa3ae
8 changed files with 111 additions and 121 deletions
|
|
@ -40,7 +40,7 @@
|
|||
term.installKeyboard();
|
||||
};
|
||||
|
||||
term.decorate(document.body);
|
||||
term.decorate(document.getElementById("terminal"));
|
||||
};
|
||||
|
||||
ws.onmessage = function(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue