Compare commits

..

1 Commits

Author SHA1 Message Date
ed
cb81fe962c v1.0.7 2021-09-26 20:15:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (1, 0, 6)
VERSION = (1, 0, 7)
CODENAME = "sufficient"
BUILD_DT = (2021, 9, 26)

View File

@@ -4364,7 +4364,7 @@ var unpost = (function () {
for (var a = n; a < n2; a++)
if (QS('#op_unpost a.n' + a))
req.push(r.files[a].vp);
req.push(uricom_dec(r.files[a].vp)[0]);
var links = QSA('#op_unpost a.n' + n);
for (var a = 0, aa = links.length; a < aa; a++) {