commit d47cefee78547c719f630d54e04b72ee6f84cba5 parent e2739a6829a6a1daa26c5bdf08dea496cabe9c39 Author: Trey Dempsey <trey.dempsey@gmail.com> Date: Tue, 3 Dec 2019 22:46:27 +0000 Fixed term.destroy renamed to dispose. Diffstat:
M | webssh/static/js/main.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webssh/static/js/main.js b/webssh/static/js/main.js @@ -529,7 +529,7 @@ jQuery(function($){ }; sock.onclose = function(e) { - term.destroy(); + term.dispose(); term = undefined; sock = undefined; reset_wssh();