mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
heh
This commit is contained in:
parent
ebed37394e
commit
9209e44cd3
|
@ -399,9 +399,9 @@ function uricom_dec(txt) {
|
|||
|
||||
|
||||
function uricom_adec(arr) {
|
||||
ret = [];
|
||||
var ret = [];
|
||||
for (var a = 0; a < arr.length; a++)
|
||||
ret[a] = uricom_dec(arr[a])[0];
|
||||
ret.push(uricom_dec(arr[a])[0]);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue