Merge branch 'staging' into team

This commit is contained in:
yflory
2019-09-09 15:39:28 +02:00
7 changed files with 115 additions and 74 deletions

View File

@@ -77,6 +77,8 @@ define([
waitFor.abort();
return void cb(err || 'EEMPTY');
}
delete val.owners;
delete val.expire;
Util.extend(data, val);
if (data.href) { data.href = base + data.href; }
if (data.roHref) { data.roHref = base + data.roHref; }