mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
parent
1b7f41ca6f
commit
412ffeb06d
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,}));
|
||||
pingTimer = setInterval(sendPing, 30 * 1000, ws);
|
||||
|
||||
hterm.defaultStorage = new lib.Storage.Local();
|
||||
hterm.defaultStorage.clear();
|
||||
hterm.defaultStorage = new lib.Storage.Memory();
|
||||
|
||||
term = new hterm.Terminal();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user