mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 13:33:09 -07:00
add check for alternative clipboard url on ctrl-c
This commit is contained in:
parent
0e8913c2d0
commit
50562bfbfb
|
|
@ -4622,8 +4622,9 @@ var fileman = (function () {
|
|||
r.ccp = true;
|
||||
r.clip = vps.slice(2);
|
||||
|
||||
var prefix = sread("clip_au") || location.origin;
|
||||
try {
|
||||
cliptxt(location.origin + r.clip.join('\n' + location.origin));
|
||||
cliptxt(prefix + r.clip.join('\n' + prefix));
|
||||
}
|
||||
catch (ex) {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue