Fixed term.destroy renamed to dispose.

pull/104/head
Trey Dempsey 2019-12-03 22:46:27 +00:00
parent e2739a6829
commit d47cefee78
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ jQuery(function($){
};
sock.onclose = function(e) {
term.destroy();
term.dispose();
term = undefined;
sock = undefined;
reset_wssh();