mirror of
https://github.com/9001/copyparty.git
synced 2026-03-19 22:53:06 +10:00
heh
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user