@ -412,6 +412,7 @@ define([
if (!friend.notifications || !friend.curvePublic) { return; }
common.mailbox.sendTo("SHARE_PAD", {
href: href,
password: config.password,
name: myName,
title: title
}, {
@ -2173,6 +2173,7 @@ define([
pathname: "/drive/",
friends: friends,
title: data.title,
password: data.password,
common: common,
hashes: {
editHash: parsed.hash
@ -3510,6 +3511,7 @@ define([
}
@ -3523,6 +3525,7 @@ define([
origin: APP.origin,
pathname: "/" + padType + "/",
editHash: parsed.hash,
viewHash: roParsed.hash,
@ -42,6 +42,7 @@ define([
var modal = f({
origin: origin,
pathname: pathname,
password: priv.password,
hashes: hashes,