Fixed term.destroy renamed to dispose.

pull/104/head
Trey Dempsey 5 years ago
parent e2739a6829
commit d47cefee78

@ -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();

Loading…
Cancel
Save