Fixed term.destroy renamed to dispose.
This commit is contained in:
@@ -529,7 +529,7 @@ jQuery(function($){
|
|||||||
};
|
};
|
||||||
|
|
||||||
sock.onclose = function(e) {
|
sock.onclose = function(e) {
|
||||||
term.destroy();
|
term.dispose();
|
||||||
term = undefined;
|
term = undefined;
|
||||||
sock = undefined;
|
sock = undefined;
|
||||||
reset_wssh();
|
reset_wssh();
|
||||||
|
|||||||
Reference in New Issue
Block a user