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