parent
0dce885778
commit
e703b8743c
|
@ -452,7 +452,6 @@ app.controller('websiteCtrl', [
|
||||||
path = path + '/' + file
|
path = path + '/' + file
|
||||||
cleanPathQuery(path);
|
cleanPathQuery(path);
|
||||||
var pkg = Auth.oauth3.pkg('www@daplie.com');
|
var pkg = Auth.oauth3.pkg('www@daplie.com');
|
||||||
debugger;
|
|
||||||
return pkg.contentRange({
|
return pkg.contentRange({
|
||||||
hostname: r.domain,
|
hostname: r.domain,
|
||||||
domain: r.domain,
|
domain: r.domain,
|
||||||
|
@ -623,7 +622,6 @@ app.controller('websiteCtrl', [
|
||||||
cleanPathQuery(vm.breadcrumbsPath.join('/'));
|
cleanPathQuery(vm.breadcrumbsPath.join('/'));
|
||||||
path = vm.cleanedPath;
|
path = vm.cleanedPath;
|
||||||
}
|
}
|
||||||
debugger;
|
|
||||||
// FIXME: Figure out how to download specific folders
|
// FIXME: Figure out how to download specific folders
|
||||||
return pkg.archive({
|
return pkg.archive({
|
||||||
hostname: r.domain
|
hostname: r.domain
|
||||||
|
|
Loading…
Reference in New Issue