webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

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:
Mwebssh/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();