mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 12:46:39 +00:00
Fixed term.destroy renamed to dispose.
This commit is contained in:
@@ -529,7 +529,7 @@ jQuery(function($){
|
||||
};
|
||||
|
||||
sock.onclose = function(e) {
|
||||
term.destroy();
|
||||
term.dispose();
|
||||
term = undefined;
|
||||
sock = undefined;
|
||||
reset_wssh();
|
||||
|
||||
Reference in New Issue
Block a user