mirror of
https://github.com/9001/copyparty.git
synced 2026-04-05 07:17:57 +10:00
include filekeys in unpost list
This commit is contained in:
@@ -6415,7 +6415,7 @@ var unpost = (function () {
|
||||
|
||||
for (var a = n; a < n2; a++)
|
||||
if (QS('#op_unpost a.n' + a))
|
||||
req.push(uricom_dec(r.files[a].vp));
|
||||
req.push(uricom_dec(r.files[a].vp.split('?')[0]));
|
||||
|
||||
var links = QSA('#op_unpost a.n' + n);
|
||||
for (var a = 0, aa = links.length; a < aa; a++) {
|
||||
|
||||
Reference in New Issue
Block a user