mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00
parent
27330065f2
commit
a046c6f237
2 changed files with 8 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
@ -16,8 +16,7 @@
|
||||||
ws.send(JSON.stringify({ Arguments: args, AuthToken: gotty_auth_token,}));
|
ws.send(JSON.stringify({ Arguments: args, AuthToken: gotty_auth_token,}));
|
||||||
pingTimer = setInterval(sendPing, 30 * 1000, ws);
|
pingTimer = setInterval(sendPing, 30 * 1000, ws);
|
||||||
|
|
||||||
hterm.defaultStorage = new lib.Storage.Local();
|
hterm.defaultStorage = new lib.Storage.Memory();
|
||||||
hterm.defaultStorage.clear();
|
|
||||||
|
|
||||||
term = new hterm.Terminal();
|
term = new hterm.Terminal();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue