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 0f8771f0777edcf2786440ea0b15f1736adcbfe9
parent f77aa11ee5e0dbd611179e2d695c37d63344606c
Author: Sheng <webmaster0115@gmail.com>
Date:   Mon,  9 Apr 2018 09:40:07 +0800

Changed quotes

Diffstat:
Mstatic/js/main.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/js/main.js b/static/js/main.js @@ -109,7 +109,7 @@ jQuery(function($){ } $(window).resize(function(){ - if (typeof term != "undefined") { + if (typeof term != 'undefined') { geometry = current_geometry(); term.geometry = geometry; term.resize(geometry[0], geometry[1]);