|
|
@ -2173,6 +2173,7 @@ define([
|
|
|
|
pathname: "/drive/",
|
|
|
|
pathname: "/drive/",
|
|
|
|
friends: friends,
|
|
|
|
friends: friends,
|
|
|
|
title: data.title,
|
|
|
|
title: data.title,
|
|
|
|
|
|
|
|
password: data.password,
|
|
|
|
common: common,
|
|
|
|
common: common,
|
|
|
|
hashes: {
|
|
|
|
hashes: {
|
|
|
|
editHash: parsed.hash
|
|
|
|
editHash: parsed.hash
|
|
|
@ -3510,6 +3511,7 @@ define([
|
|
|
|
friends: friends,
|
|
|
|
friends: friends,
|
|
|
|
title: data.title,
|
|
|
|
title: data.title,
|
|
|
|
common: common,
|
|
|
|
common: common,
|
|
|
|
|
|
|
|
password: data.password,
|
|
|
|
hashes: {
|
|
|
|
hashes: {
|
|
|
|
editHash: parsed.hash
|
|
|
|
editHash: parsed.hash
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -3523,6 +3525,7 @@ define([
|
|
|
|
origin: APP.origin,
|
|
|
|
origin: APP.origin,
|
|
|
|
pathname: "/" + padType + "/",
|
|
|
|
pathname: "/" + padType + "/",
|
|
|
|
friends: friends,
|
|
|
|
friends: friends,
|
|
|
|
|
|
|
|
password: data.password,
|
|
|
|
hashes: {
|
|
|
|
hashes: {
|
|
|
|
editHash: parsed.hash,
|
|
|
|
editHash: parsed.hash,
|
|
|
|
viewHash: roParsed.hash,
|
|
|
|
viewHash: roParsed.hash,
|
|
|
|