mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-22 21:56:27 +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