mirror of https://github.com/tp4a/teleport
remove unused param.
parent
eeedf21323
commit
e126b6f61c
|
@ -241,7 +241,6 @@ $assist.do_rdp_replay = function (rid, func_success, func_error) {
|
|||
var args = {rid: rid};
|
||||
args.web = $tp.web_server; // (string) - teleport server base address, like "http://127.0.0.1:7190", without end-slash.
|
||||
args.sid = Cookies.get('_sid'); // (string) - current login user's session-id.
|
||||
args.start = tp_format_datetime(args.start, 'yyyyMMdd-HHmmss'); // (string) - convert UTC timestamp to local human-readable string.
|
||||
|
||||
console.log('do-rdp-replay:', args);
|
||||
|
||||
|
|
Loading…
Reference in New Issue