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 a8c6663344af1363a90edb8caefeb1a2f7b05b50
parent f54eba8cfedac5494fa24159db9733b1c6fc3857
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun, 18 Aug 2019 16:10:55 +0800

Appended a space to an equal sign

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 @@ -525,7 +525,7 @@ jQuery(function($){ function wrap_object(opts) { var obj = {}; - obj.getItem = obj.get =function(attr) { + obj.getItem = obj.get = function(attr) { return opts[attr] || ''; };