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 750378e8f0db7577aefce8fa126a2d9baaa631e1
parent cf13ec84567cc91930b59aa64f4c0870919cb950
Author: Sheng <webmaster0115@gmail.com>
Date:   Sat, 10 Aug 2019 16:06:09 +0800

Removed status message without trying connection

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 @@ -791,7 +791,7 @@ jQuery(function($){ if (url_form_data.hostname && url_form_data.username) { connect(url_form_data); } else { - log_status('Values of hostname and username are required.'); + console.log('Values of hostname and username are required.'); } }